Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/IConsoleVariable
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include | #include "HAL/IConsoleManager.h" |
void Unset
(
EConsoleVariableFlags SetBy,
FName Tag
)
Remarks
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
Parameters
| Name | Description |
|---|---|
| SetBy | anything in ECVF_LastSetMask e.g. ECVF_SetByScalability |
| Tag | tag used to remove a setting from an ARRAY type SetBy |