Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IConsoleVariable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Set
(
const TCHAR* InValue, |
Set the internal value from the specified string. | HAL/IConsoleManager.h | |
void Set
(
const TCHAR* InValue, |
Set the internal value from the SetContext. | HAL/IConsoleManager.h | |
void Set
(
bool InValue, |
Set the internal value from the specified bool. | HAL/IConsoleManager.h | |
void Set
(
int32 InValue, |
Set the internal value from the specified int. | HAL/IConsoleManager.h | |
void Set
(
float InValue, |
Set the internal value from the specified float. | HAL/IConsoleManager.h | |
void Set
(
T Value, |
HAL/IConsoleManager.h |
Set(const TCHAR *, const FResolvedContext &)
Description
Set the internal value from the specified string.
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
void Set
(
const TCHAR * InValue,
const FResolvedContext & Context
)
Parameters
| Name | Remarks |
|---|---|
| InValue | Internal Value to Set |
| Context | The ResolvedContext of the FSetContext |
Set(const TCHAR *, const FSetContext &)
Description
Set the internal value from the SetContext.
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
void Set
(
const TCHAR * InValue,
const FSetContext & Context
)
Set(bool, const FSetContext &)
Description
Set the internal value from the specified bool.
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
void Set
(
bool InValue,
const FSetContext & Context
)
Set(int32, const FSetContext &)
Description
Set the internal value from the specified int.
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
void Set
(
int32 InValue,
const FSetContext & Context
)
Set(float, const FSetContext &)
Description
Set the internal value from the specified float.
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
void Set
(
float InValue,
const FSetContext & Context
)
Set(T, EConsoleVariableFlags, FName)
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
template<typename T>
void Set
(
T Value,
EConsoleVariableFlags Flags,
FName Tag
)