FX.DumpNCPoolInfo
FX.DumpNCPoolInfo
#Overview
name: FX.DumpNCPoolInfo
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dump Niagara 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/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraComponentPool.cpp:59
Scope: file
Source code excerpt:
FAutoConsoleCommandWithWorld DumpNCPoolInfoCommand(
TEXT("FX.DumpNCPoolInfo"),
TEXT("Dump Niagara System Pooling Info"),
FConsoleCommandWithWorldDelegate::CreateStatic(&DumpPooledWorldNiagaraNiagaraSystemInfo)
);
void FNCPool::Cleanup()
{