Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FAutoConsoleCommand Class Reference

#include <IConsoleManager.h>

+ Inheritance diagram for FAutoConsoleCommand:
+ Collaboration diagram for FAutoConsoleCommand:

Public Member Functions

 FAutoConsoleCommand (const TCHAR *Name, const TCHAR *Help, const FConsoleCommandDelegate &Command, uint32 Flags=ECVF_Default)
 
 FAutoConsoleCommand (const TCHAR *Name, const TCHAR *Help, const FConsoleCommandWithArgsDelegate &Command, uint32 Flags=ECVF_Default)
 
 FAutoConsoleCommand (const TCHAR *Name, const TCHAR *Help, const FConsoleCommandWithWorldArgsAndOutputDeviceDelegate &Command, uint32 Flags=ECVF_Default)
 

Additional Inherited Members

- Private Member Functions inherited from FAutoConsoleObject
virtual ~FAutoConsoleObject ()
 
FORCEINLINE IConsoleVariableAsVariable ()
 
FORCEINLINE const IConsoleVariableAsVariable () const
 
 FAutoConsoleObject (IConsoleObject *InTarget)
 
- Static Private Member Functions inherited from FAutoConsoleObject
static TArray< const FAutoConsoleObject * > & AccessGeneralShaderChangeCvars ()
 
static TArray< const FAutoConsoleObject * > & AccessMobileShaderChangeCvars ()
 
static TArray< const FAutoConsoleObject * > & AccessDesktopShaderChangeCvars ()
 

Detailed Description

Autoregistering console command

Definition at line 1716 of file IConsoleManager.h.

Constructor & Destructor Documentation

◆ FAutoConsoleCommand() [1/3]

FAutoConsoleCommand::FAutoConsoleCommand ( const TCHAR * Name,
const TCHAR * Help,
const FConsoleCommandDelegate & Command,
uint32 Flags = ECVF_Default )
inline

Register a console command that takes no arguments

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

Definition at line 1727 of file IConsoleManager.h.

◆ FAutoConsoleCommand() [2/3]

FAutoConsoleCommand::FAutoConsoleCommand ( const TCHAR * Name,
const TCHAR * Help,
const FConsoleCommandWithArgsDelegate & Command,
uint32 Flags = ECVF_Default )
inline

Register a console command that takes arguments

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

Definition at line 1740 of file IConsoleManager.h.

◆ FAutoConsoleCommand() [3/3]

FAutoConsoleCommand::FAutoConsoleCommand ( const TCHAR * Name,
const TCHAR * Help,
const FConsoleCommandWithWorldArgsAndOutputDeviceDelegate & Command,
uint32 Flags = ECVF_Default )
inline

Register a console command that takes arguments, a world argument and an output device

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

Definition at line 1753 of file IConsoleManager.h.


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