DumpNiagaraWorldManager
DumpNiagaraWorldManager
#Overview
name: DumpNiagaraWorldManager
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dump Information About the Niagara World Manager Contents
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/NiagaraWorldManager.cpp:99
Scope: file
Source code excerpt:
FAutoConsoleCommandWithWorld DumpNiagaraWorldManagerCommand(
TEXT("DumpNiagaraWorldManager"),
TEXT("Dump Information About the Niagara World Manager Contents"),
FConsoleCommandWithWorldDelegate::CreateLambda(
[](UWorld* World)
{
FNiagaraWorldManager* WorldManager = FNiagaraWorldManager::Get(World);
if (WorldManager != nullptr && GLog != nullptr)