dumpticks
dumpticks
#Overview
name: dumpticks
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dumps all tick functions registered with FTickTaskManager to log.
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:1659
Scope (from outer to inner):
file
class class FTickTaskManager : public FTickTaskManagerInterface
function FTickTaskManager
Source code excerpt:
, bTickNewlySpawned(false)
{
IConsoleManager::Get().RegisterConsoleCommand(TEXT("dumpticks"), TEXT("Dumps all tick functions registered with FTickTaskManager to log."));
}
/** Fill the level list **/
void FillLevelList(const TArray<ULevel*>& Levels)
{
check(!LevelList.Num());