FConsoleCommandWithWorldAndArgsDelegate

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

Windows
MacOS
Linux

Type

typedef TBaseDelegate_TwoParams< void, const TArray< FString > &, UWorld * > FConsoleCommandWithWorldAndArgsDelegate

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 and arguments.) This is a void callback function that always takes a list of arguments and a world.

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