Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTestConsoleVariable
Description
Sets a Console Variable to the specified value. Will keep a reference to the original value regardless of how many times the value has been set.
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Tests/AutomationCommon.h |
| Include Path | #include "Tests/AutomationCommon.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Tests/AutomationCommon.cpp |
void Set
(
const FString & Value
)
Parameters
| Name | Remarks |
|---|---|
| Value | Value to set on the Console Variable |