Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Tests > API/Runtime/Engine/Tests/FScopedTestEnvironment
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Tests/AutomationCommon.h |
| Include | #include "Tests/AutomationCommon.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Tests/AutomationCommon.cpp |
bool TryGetConsoleVariableValue
(
const FString & ConsoleVariableName,
FString * OutValue
)
Remarks
Gets the current overridden value for the specified Console Variable true if the Console Variable was overridden.
Parameters
| Name | Description |
|---|---|
| VariableName | Name of the Console Variable to fetch the current value from |
| OutValue | Current value of the Console Variable if it was overridden. |