fx.ParticlePerfStats.RunTest
fx.ParticlePerfStats.RunTest
#Overview
name: fx.ParticlePerfStats.RunTest
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Runs for a number of frames then logs out the results.\nArg0 = NumFrames.\nArg1 = Gather World Stats (default 0).\nArg2 = Gather System Stats (default 1).\nArg3 = Gather Component Stats (default 0).
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/ParticlePerfStats.cpp:76
Scope: file
Source code excerpt:
static FAutoConsoleCommandWithWorldAndArgs GParticlePerfStatsRunTest(
TEXT("fx.ParticlePerfStats.RunTest"),
TEXT("Runs for a number of frames then logs out the results.\nArg0 = NumFrames.\nArg1 = Gather World Stats (default 0).\nArg2 = Gather System Stats (default 1).\nArg3 = Gather Component Stats (default 0)."),
FConsoleCommandWithWorldAndArgsDelegate::CreateLambda(
[](const TArray<FString>& Args, UWorld* World)
{
if (Args.Num() < 1)
{