Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/IConsoleVariable
| Type | Name | Description | |
|---|---|---|---|
| void | Set
(
const TCHAR* InValue, |
Set the internal value from the specified string. | |
| void | Set
(
bool InValue, |
Set the internal value from the specified bool. | |
| void | Set
(
int32 InValue, |
Set the internal value from the specified int. | |
| void | Set
(
float InValue, |
Set the internal value from the specified float. |