Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Tests > API/Runtime/Engine/Tests/FTestConsoleVariable
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 |
void Set
(
const FString & Value
)
Remarks
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.
Parameters
| Name | Description |
|---|---|
| Value | Value to set on the Console Variable |