Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IConsoleCommandExecutor
Description
True if we allow the console to be closed using the "open console" hot-key.
Some scripting languages use the default "open console" hot-key (~) in their code, so these should return false.
| Name | AllowHotKeyClose |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
bool AllowHotKeyClose() const