FAutoConsoleCommand

Overload list

Windows
MacOS
Linux
Name Description

Public function

FAutoConsoleCommand

(
    const TCHAR* Name,
    const TCHAR* Help,
    const FConsoleCommandDelegate& Com...,
    uint32 Flags
)

Register a console command that takes no arguments

Public function

FAutoConsoleCommand

(
    const TCHAR* Name,
    const TCHAR* Help,
    const FConsoleCommandWithArgsDelega...,
    uint32 Flags
)

Register a console command that takes arguments

Public function

FAutoConsoleCommand

(
    const TCHAR* Name,
    const TCHAR* Help,
    const FConsoleCommandWithWorldArgsA...,
    uint32 Flags
)

Register a console command that takes arguments, a world argument and an 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