Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include | #include "HAL/IConsoleManager.h" |
Syntax
class FAutoConsoleVariableShadow
Remarks
A class that can be used to shadow a CVar, where both are valid to use. To deprecate a CVar, it's suggested to use the FAutoConsoleVariableDeprecated class below
FAutoConsoleVariableShadow ShadowCVar(TEXT("r.newname"), TEXT("r.oldname"));
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAutoConsoleVariableShadow
(
const TCHAR* Name, |