fx.DumpPSCPoolInfo
fx.DumpPSCPoolInfo
#Overview
name: fx.DumpPSCPoolInfo
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dump Particle System Pooling Info
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/WorldPSCPool.cpp:396
Scope: file
Source code excerpt:
FAutoConsoleCommandWithWorld DumpPSCPoolInfoCommand(
TEXT("fx.DumpPSCPoolInfo"),
TEXT("Dump Particle System Pooling Info"),
FConsoleCommandWithWorldDelegate::CreateStatic(&DumpPooledWorldParticleSystemInfo)
);