![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for IConsoleCommandExecutor, including all inherited members.
| AllowHotKeyClose() const =0 | IConsoleCommandExecutor | pure virtual |
| AllowMultiLine() const =0 | IConsoleCommandExecutor | pure virtual |
| Exec(const TCHAR *Input)=0 | IConsoleCommandExecutor | pure virtual |
| GetAutoCompleteSuggestions(const TCHAR *Input, TArray< FString > &Out) | IConsoleCommandExecutor | inlinevirtual |
| GetDescription() const =0 | IConsoleCommandExecutor | pure virtual |
| GetDisplayName() const =0 | IConsoleCommandExecutor | pure virtual |
| GetExecHistory(TArray< FString > &Out)=0 | IConsoleCommandExecutor | pure virtual |
| GetHintText() const =0 | IConsoleCommandExecutor | pure virtual |
| GetHotKey() const =0 | IConsoleCommandExecutor | pure virtual |
| GetIterateExecutorHotKey() const =0 | IConsoleCommandExecutor | pure virtual |
| GetName() const =0 | IConsoleCommandExecutor | pure virtual |
| GetSuggestedCompletions(const TCHAR *Input, TArray< FConsoleSuggestion > &Out)=0 | IConsoleCommandExecutor | pure virtual |
| ModularFeatureName() | IConsoleCommandExecutor | inlinestatic |
| ~IConsoleCommandExecutor()=default | IConsoleCommandExecutor | virtual |