Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
IConsoleThreadPropagation Struct Referenceabstract

#include <IConsoleManager.h>

Public Member Functions

virtual void OnCVarChange (int32 &Dest, int32 NewValue)=0
 
virtual void OnCVarChange (float &Dest, float NewValue)=0
 
virtual void OnCVarChange (bool &Dest, bool NewValue)=0
 
virtual void OnCVarChange (FString &Dest, const FString &NewValue)=0
 

Detailed Description

Interface to propagate changes of console variables to another thread

Definition at line 572 of file IConsoleManager.h.

Member Function Documentation

◆ OnCVarChange() [1/4]

virtual void IConsoleThreadPropagation::OnCVarChange ( bool & Dest,
bool NewValue )
pure virtual

◆ OnCVarChange() [2/4]

virtual void IConsoleThreadPropagation::OnCVarChange ( float & Dest,
float NewValue )
pure virtual

◆ OnCVarChange() [3/4]

virtual void IConsoleThreadPropagation::OnCVarChange ( FString & Dest,
const FString & NewValue )
pure virtual

◆ OnCVarChange() [4/4]

virtual void IConsoleThreadPropagation::OnCVarChange ( int32 & Dest,
int32 NewValue )
pure virtual

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