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
enum EShadowCVarBehavior
{
NoMessaging,
Warn,
Error,
Ensure,
Assert,
}
Values
| Name | Description |
|---|---|
| NoMessaging | Skip all messaging |
| Warn | Log a warning on first usage |
| Error | Log an error on first usage |
| Ensure | Throw an ensure on first usage |
| Assert | Throw an assertion on first usage |