fx.Niagara.DataChannels.DumpWriteLog
fx.Niagara.DataChannels.DumpWriteLog
#Overview
name: fx.Niagara.DataChannels.DumpWriteLog
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dump all the currently stored writes to the log (see fx.Niagara.DataChannels.FrameDataToCapture on how many frames are captured)
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/NiagaraDataChannel.cpp:35
Scope (from outer to inner):
file
namespace NDCCVars
Source code excerpt:
#if WITH_NIAGARA_DEBUGGER
FAutoConsoleCommand CmdDumpWriteLog(
TEXT("fx.Niagara.DataChannels.DumpWriteLog"),
TEXT("Dump all the currently stored writes to the log (see fx.Niagara.DataChannels.FrameDataToCapture on how many frames are captured)"),
FConsoleCommandDelegate::CreateStatic(FNiagaraDataChannelDebugUtilities::DumpAllWritesToLog)
);
#endif
};