Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IConsoleManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR* Name, |
Register a console command that is handles by an Exec functions (for auto completion) | HAL/IConsoleManager.h | |
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR* Name, |
Register a console command that takes no arguments | HAL/IConsoleManager.h | |
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR* Name, |
Register a console command that takes arguments | HAL/IConsoleManager.h | |
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR* Name, |
Register a console command that takes arguments | HAL/IConsoleManager.h | |
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR* Name, |
Register a console command that takes arguments | HAL/IConsoleManager.h | |
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR* Name, |
Register a console command that takes arguments | HAL/IConsoleManager.h | |
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR* Name, |
Register a console command that takes arguments | HAL/IConsoleManager.h | |
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR* Name, |
Register a console command that takes arguments | HAL/IConsoleManager.h |
RegisterConsoleCommand(const TCHAR , const TCHAR , uint32)
Description
Register a console command that is handles by an Exec functions (for auto completion)
| Name | RegisterConsoleCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR * Name,
const TCHAR * Help,
uint32 Flags
)
Parameters
| Name | Remarks |
|---|---|
| Name | The name of this command (must not be nullptr) |
| Help | Help text for this command |
| Flags | Optional flags bitmask |
RegisterConsoleCommand(const TCHAR , const TCHAR , const FConsoleCommandDelegate &, uint32)
Description
Register a console command that takes no arguments
| Name | RegisterConsoleCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR * Name,
const TCHAR * Help,
const FConsoleCommandDelegate & Command,
uint32 Flags
)
Parameters
| Name | Remarks |
|---|---|
| Name | The name of this command (must not be nullptr) |
| Help | Help text for this command |
| Command | The user function to call when this command is executed |
| Flags | Optional flags bitmask |
RegisterConsoleCommand(const TCHAR , const TCHAR , const FConsoleCommandWithArgsDelegate &, uint32)
Description
Register a console command that takes arguments
| Name | RegisterConsoleCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR * Name,
const TCHAR * Help,
const FConsoleCommandWithArgsDelegate & Command,
uint32 Flags
)
Parameters
| Name | Remarks |
|---|---|
| Name | The name of this command (must not be nullptr) |
| Help | Help text for this command |
| Command | The user function to call when this command is executed |
| Flags | Optional flags bitmask |
RegisterConsoleCommand(const TCHAR , const TCHAR , const FConsoleCommandWithWorldDelegate &, uint32)
Description
Register a console command that takes arguments
| Name | RegisterConsoleCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR * Name,
const TCHAR * Help,
const FConsoleCommandWithWorldDelegate & Command,
uint32 Flags
)
Parameters
| Name | Remarks |
|---|---|
| Name | The name of this command (must not be nullptr) |
| Help | Help text for this command |
| Command | The user function to call when this command is executed |
| Flags | Optional flags bitmask |
RegisterConsoleCommand(const TCHAR , const TCHAR , const FConsoleCommandWithWorldAndArgsDelegate &, uint32)
Description
Register a console command that takes arguments
| Name | RegisterConsoleCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR * Name,
const TCHAR * Help,
const FConsoleCommandWithWorldAndArgsDelegate & Command,
uint32 Flags
)
Parameters
| Name | Remarks |
|---|---|
| Name | The name of this command (must not be nullptr) |
| Help | Help text for this command |
| Command | The user function to call when this command is executed |
| Flags | Optional flags bitmask |
RegisterConsoleCommand(const TCHAR , const TCHAR , const FConsoleCommandWithArgsAndOutputDeviceDelegate &, uint32)
Description
Register a console command that takes arguments
| Name | RegisterConsoleCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR * Name,
const TCHAR * Help,
const FConsoleCommandWithArgsAndOutputDeviceDelegate & Command,
uint32 Flags
)
Parameters
| Name | Remarks |
|---|---|
| Name | The name of this command (must not be nullptr) |
| Help | Help text for this command |
| Command | The user function to call when this command is executed |
| Flags | Optional flags bitmask |
RegisterConsoleCommand(const TCHAR , const TCHAR , const FConsoleCommandWithWorldArgsAndOutputDeviceDelegate &, uint32)
Description
Register a console command that takes arguments
| Name | RegisterConsoleCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR * Name,
const TCHAR * Help,
const FConsoleCommandWithWorldArgsAndOutputDeviceDelegate & Command,
uint32 Flags
)
Parameters
| Name | Remarks |
|---|---|
| Name | The name of this command (must not be nullptr) |
| Help | Help text for this command |
| Command | The user function to call when this command is executed |
| Flags | Optional flags bitmask |
RegisterConsoleCommand(const TCHAR , const TCHAR , const FConsoleCommandWithOutputDeviceDelegate &, uint32)
Description
Register a console command that takes arguments
| Name | RegisterConsoleCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
IConsoleCommand * RegisterConsoleCommand
(
const TCHAR * Name,
const TCHAR * Help,
const FConsoleCommandWithOutputDeviceDelegate & Command,
uint32 Flags
)
Parameters
| Name | Remarks |
|---|---|
| Name | The name of this command (must not be nullptr) |
| Help | Help text for this command |
| Command | The user function to call when this command is executed |
| Flags | Optional flags bitmask |