UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAutoConsoleCommandWithWorldAndArgs Class Reference

#include <IConsoleManager.h>

+ Inheritance diagram for FAutoConsoleCommandWithWorldAndArgs:

Public Member Functions

 FAutoConsoleCommandWithWorldAndArgs (const TCHAR *Name, const TCHAR *Help, const FConsoleCommandWithWorldAndArgsDelegate &Command, uint32 Flags=ECVF_Default)
 

Detailed Description

Autoregistering console command with a world and arguments

Constructor & Destructor Documentation

◆ FAutoConsoleCommandWithWorldAndArgs()

FAutoConsoleCommandWithWorldAndArgs::FAutoConsoleCommandWithWorldAndArgs ( const TCHAR Name,
const TCHAR Help,
const FConsoleCommandWithWorldAndArgsDelegate Command,
uint32  Flags = ECVF_Default 
)
inline

Register a console command that takes arguments and a world argument

Parameters
NameThe name of this command (must not be nullptr)
HelpHelp text for this command
CommandThe user function to call when this command is executed
FlagsOptional flags bitmask

The documentation for this class was generated from the following file: