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