Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTestConsoleVariable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTestConsoleVariable
(
const FString& InConsoleVariableName |
Tests/AutomationCommon.h | ||
FTestConsoleVariable
(
FTestConsoleVariable&& Other |
Tests/AutomationCommon.h |
FTestConsoleVariable(const FString &)
| Name | FTestConsoleVariable |
| 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 |
FTestConsoleVariable
(
const FString & InConsoleVariableName
)
FTestConsoleVariable(FTestConsoleVariable &&)
| Name | FTestConsoleVariable |
| 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 |
FTestConsoleVariable
(
FTestConsoleVariable && Other
)