Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IConsoleVariable
Description
Unsets the value at a certain SetBy priority (this is only useful when UE_ALLOW_CVAR_HISTORY is set). The value of the CVar will be recalculated based on remaining History levels
| Name | Unset |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
void Unset
(
EConsoleVariableFlags SetBy,
FName Tag
)
Parameters
| Name | Remarks |
|---|---|
| SetBy | anything in ECVF_LastSetMask e.g. ECVF_SetByScalability |
| Tag | tag used to remove a setting from an ARRAY type SetBy |