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

#include <IConsoleManager.h>

+ Collaboration diagram for FAutoConsoleVariableSink:

Public Member Functions

 FAutoConsoleVariableSink (const FConsoleCommandDelegate &InCommand)
 
virtual ~FAutoConsoleVariableSink ()
 

Public Attributes

const FConsoleCommandDelegateCommand
 
FConsoleVariableSinkHandle Handle
 

Detailed Description

auto registering console variable sinks (register a callback function that is called when ever a cvar is changes by the user, changes are grouped and happen in specific engine spots during the frame/main loop)

Definition at line 1045 of file IConsoleManager.h.

Constructor & Destructor Documentation

◆ FAutoConsoleVariableSink()

FAutoConsoleVariableSink::FAutoConsoleVariableSink ( const FConsoleCommandDelegate & InCommand)
inline

Constructor, saves the argument for future removal from the console variable system

Definition at line 1049 of file IConsoleManager.h.

+ Here is the call graph for this function:

◆ ~FAutoConsoleVariableSink()

virtual FAutoConsoleVariableSink::~FAutoConsoleVariableSink ( )
inlinevirtual

Destructor, removes the console variable sink

Definition at line 1055 of file IConsoleManager.h.

Member Data Documentation

◆ Command

const FConsoleCommandDelegate& FAutoConsoleVariableSink::Command

Definition at line 1060 of file IConsoleManager.h.

◆ Handle

FConsoleVariableSinkHandle FAutoConsoleVariableSink::Handle

Definition at line 1061 of file IConsoleManager.h.


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