Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL
Type
typedef TBaseDelegate_TwoParams< void, const TArray < FString > &, FOutputDevice & > FConsoleCommandWithArgsAndOutputDeviceDelegate
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include | #include "HAL/IConsoleManager.h" |
Remarks
Console command delegate type (with arguments and output device.) This is a void callback function that always takes a list of arguments and output device.