Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IConsoleVariable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetValue
(
int32& OutIntValue |
Generic versions for templated code | HAL/IConsoleManager.h | |
void GetValue
(
bool& OutBoolValue |
HAL/IConsoleManager.h | ||
void GetValue
(
float& OutFloatValue |
HAL/IConsoleManager.h | ||
| HAL/IConsoleManager.h |
GetValue(int32 &)
Description
Generic versions for templated code
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
void GetValue
(
int32 & OutIntValue
) const
GetValue(bool &)
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
void GetValue
(
bool & OutBoolValue
) const
GetValue(float &)
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
void GetValue
(
float & OutFloatValue
) const
GetValue(FString &)
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
void GetValue
(
FString & OutStringValue
) const