Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IConsoleObject
Description
If IsShadowObject() returns true, this function will return the "real" variable the shadow cvar is shadowing. Generally not needed, as most functions (like GetInt, Set, etc) will operate on the real variable already
| Name | GetShadowedObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
virtual IConsoleObject * GetShadowedObject() const