FConsoleCommandWithArgsDelegate

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

Windows
MacOS
Linux

Type

typedef TBaseDelegate_OneParam< void, const TArray< FString > & > FConsoleCommandWithArgsDelegate

References

Module

Core

Header

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

Include

#include "HAL/IConsoleManager.h"

Remarks

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

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