FAutoConsoleCommandWithWorldAndArgs

Autoregistering console command with a world and arguments

Windows
MacOS
Linux

Inheritance Hierarchy

FAutoConsoleObject

FAutoConsoleCommandWithWorldAndArgs

References

Module

Core

Header

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

Include

#include "HAL/IConsoleManager.h"

Syntax

class FAutoConsoleCommandWithWorldAndArgs : private FAutoConsoleObject

Remarks

Autoregistering console command with a world and arguments

Constructors

Name Description

Public function

FAutoConsoleCommandWithWorldAndArgs

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

Register a console command that takes arguments and a world argument

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