Automation.LogBPTestMetadata
Automation.LogBPTestMetadata
#Overview
name: Automation.LogBPTestMetadata
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether to output blueprint functional test metadata to the log when test is running
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:41
Scope (from outer to inner):
file
namespace AutomationTest
Source code excerpt:
static bool bLogBPTestMetadata = false;
static FAutoConsoleVariableRef CVarAutomationLogBPTestMetadata(
TEXT("Automation.LogBPTestMetadata"),
bLogBPTestMetadata,
TEXT("Whether to output blueprint functional test metadata to the log when test is running"));
static bool bLogTestStateTrace = false;
static FAutoConsoleVariableRef CVarAutomationLogTestStateTrace(
TEXT("Automation.LogTestStateTrace"),