tick.RemoveTestTickFunctions
tick.RemoveTestTickFunctions
#Overview
name: tick.RemoveTestTickFunctions
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Remove no-op ticks to test performance of ticking infrastructure.
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/TickTaskManager.cpp:2271
Scope: file
Source code excerpt:
static FAutoConsoleCommand RemoveTestTickFunctionsCmd(
TEXT("tick.RemoveTestTickFunctions"),
TEXT("Remove no-op ticks to test performance of ticking infrastructure."),
FConsoleCommandWithArgsDelegate::CreateStatic(&RemoveTestTickFunctions)
);
static FAutoConsoleCommandWithWorldAndArgs AddTestTickFunctionsCmd(
TEXT("tick.AddTestTickFunctions"),