Automation.LightweightStereoTestVariants

Automation.LightweightStereoTestVariants

#Overview

name: Automation.LightweightStereoTestVariants

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/AutomationTest.cpp:59

Scope (from outer to inner):

file
namespace    AutomationTest

Source code excerpt:

	static bool bLightweightStereoTestVariants = true;
	static FAutoConsoleVariableRef CVarAutomationLightweightStereoTestVariants(
		TEXT("Automation.LightweightStereoTestVariants"),
		bLightweightStereoTestVariants,
		TEXT("Whether to skip variants when the baseline test fails, and skip saving screenshots for successful variants"));

	// The method prepares the filename and LineNumber to be placed in the form that could be extracted by SAutomationWindow widget if it is additionally eclosed into []
	// The result format is filename(line)
	static FString CreateFileLineDescription(const FString& Filename, const int32 LineNumber)