Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutoConsoleCommandWithWorld
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAutoConsoleCommandWithWorld
(
uint32 Flags, |
HAL/IConsoleManager.h | ||
FAutoConsoleCommandWithWorld
(
const TCHAR* Name, |
Register a console command that takes a world argument | HAL/IConsoleManager.h |
FAutoConsoleCommandWithWorld(uint32, const TCHAR , const TCHAR , const FConsoleCommandWithWorldDelegate &)
| Name | FAutoConsoleCommandWithWorld |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/ConsoleManager.cpp |
FAutoConsoleCommandWithWorld
(
uint32 Flags,
const TCHAR * Name,
const TCHAR * Help,
const FConsoleCommandWithWorldDelegate & Command
)
FAutoConsoleCommandWithWorld(const TCHAR , const TCHAR , const FConsoleCommandWithWorldDelegate &, uint32)
Description
Register a console command that takes a world argument
| Name | FAutoConsoleCommandWithWorld |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
FAutoConsoleCommandWithWorld
(
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 |