Editor.Debug.SlowTask.Simulate

Editor.Debug.SlowTask.Simulate

#Overview

name: Editor.Debug.SlowTask.Simulate

This variable is created as a Console Variable (cvar).

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/Core/Private/Misc/SlowTask.cpp:292

Scope (from outer to inner):

file
namespace    Private

Source code excerpt:

	
	static FAutoConsoleCommand CmdEditorSimulateSlowTask(
		TEXT("Editor.Debug.SlowTask.Simulate"),
		TEXT("Runs a busy loop for N seconds. Will tick the slow task every 100ms until it is complete"),
		FConsoleCommandWithArgsDelegate::CreateStatic(&SimulateSlowTask)
	);
}
#endif