FConsoleCommandWithWorldArgsAndOutputDeviceDelegate

Console command delegate type (with a world arguments and output device.) This is a void callback function that always takes a list of arguments, a world and output device.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_ThreeParams< void, const TArray< FString > &, UWorld *, FOutputDevice & > FConsoleCommandWithWorldArgsAndOutputDeviceDelegate

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h

Include

#include "HAL/IConsoleManager.h"

Remarks

Console command delegate type (with a world arguments and output device.) This is a void callback function that always takes a list of arguments, a world and output device.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss