r.EnableDebugSpam_GetObjectPositionAndScale
r.EnableDebugSpam_GetObjectPositionAndScale
#Overview
name: r.EnableDebugSpam_GetObjectPositionAndScale
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enables or disables debug log spam for a bug in FParticleSystemSceneProxy::GetObjectPositionAndScale()
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Engine/Private/Particles/ParticleSystemRender.cpp:6757
Scope: file
Source code excerpt:
int32 GEnableMacroUVDebugSpam = 1;
static FAutoConsoleVariableRef EnableMacroUVDebugSpam(
TEXT("r.EnableDebugSpam_GetObjectPositionAndScale"),
GEnableMacroUVDebugSpam,
TEXT("Enables or disables debug log spam for a bug in FParticleSystemSceneProxy::GetObjectPositionAndScale()")
);
/** Object position in post projection space. */
void FParticleSystemSceneProxy::GetObjectPositionAndScale(const FSceneView& View, FVector2D& ObjectNDCPosition, FVector2D& ObjectMacroUVScales) const