NiagaraReportSystemMemory
NiagaraReportSystemMemory
#Overview
name: NiagaraReportSystemMemory
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dumps some rough information about system memory breakdown
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/NiagaraSystemMemReport.cpp:19
Scope (from outer to inner):
file
namespace NiagaraMemReportInternal
Source code excerpt:
static FAutoConsoleCommandWithWorldAndArgs CmdReportSystemMem(
TEXT("NiagaraReportSystemMemory"),
TEXT("Dumps some rough information about system memory breakdown"),
FConsoleCommandWithWorldAndArgsDelegate::CreateLambda(
[](const TArray<FString>& Args, UWorld*)
{
FNiagaraSystemMemReport::EReportType ReportType = FNiagaraSystemMemReport::EReportType::Basic;
FString WildcardFilter;