Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > IConsoleManager > RegisterConsoleCommand
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
Include | #include "HAL/IConsoleManager.h" |
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR * Name,
const TCHAR * Help,
uint32 Flags
)
Remarks
Register a console command that is handles by an Exec functions (for auto completion)
Parameters
Name | Description |
---|---|
Name | The name of this command (must not be nullptr) |
Help | Help text for this command |
Flags | Optional flags bitmask |