Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL
Inheritance Hierarchy
- IModularFeature
- IConsoleCommandExecutor
- FConsoleCommandExecutor
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include | #include "HAL/IConsoleManager.h" |
Syntax
class IConsoleCommandExecutor : public IModularFeature
Remarks
Handles executing console commands
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | True if we allow the console to be closed using the "open console" hot-key. | ||
| bool | True if we allow the console to create multi-line commands. | ||
| bool | Execute the given command using this executor. | ||
| void | GetAutoCompleteSuggestions
(
const TCHAR* Input, |
Get the list of auto-complete suggestions for the given command. | |
| FText | Get the description of this executor. | ||
| FText | Get the display name of this executor. | ||
| void | GetExecHistory
(
TArray< FString >& Out |
Get the list of commands that this executor has recently processed. | |
| FText | GetHintText () |
Get the hint text of this executor. | |
| FInputChord | GetHotKey () |
Returns the hotkey for this executor | |
| FInputChord | Returns the hotkey to switch to the next executor. | ||
| FName | GetName () |
Get the name of this executor. | |
| void | GetSuggestedCompletions
(
const TCHAR* Input, |
Get the list of auto-complete suggestions for the given command. | |
| FName | Get the name identifying this modular feature set. |