Automation.LogTestStateTrace
Automation.LogTestStateTrace
#Overview
name: Automation.LogTestStateTrace
This variable is created as a Console Variable (cvar).
- type: Var
- help: Whether to enable or disable logging of test state trace
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/AutomationTest.cpp:47
Scope (from outer to inner):
file
namespace    AutomationTest
Source code excerpt:
	static bool bLogTestStateTrace = false;
	static FAutoConsoleVariableRef CVarAutomationLogTestStateTrace(
		TEXT("Automation.LogTestStateTrace"),
		bLogTestStateTrace,
		TEXT("Whether to enable or disable logging of test state trace"));
	static bool bEnableStereoTestVariants = false;
	static FAutoConsoleVariableRef CVarAutomationEnableStereoTestVariants(
		TEXT("Automation.EnableStereoTestVariants"),