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

#include <IConsoleManager.h>

+ Collaboration diagram for FConsoleVariableSinkHandle:

Public Member Functions

 FConsoleVariableSinkHandle ()
 
 FConsoleVariableSinkHandle (FDelegateHandle InHandle)
 
template<typename MulticastDelegateType >
void RemoveFromDelegate (MulticastDelegateType &MulticastDelegate)
 
template<typename DelegateType >
bool HasSameHandle (const DelegateType &Delegate) const
 

Private Attributes

FDelegateHandle Handle
 

Detailed Description

Class representing an handle to an online delegate.

Definition at line 593 of file IConsoleManager.h.

Constructor & Destructor Documentation

◆ FConsoleVariableSinkHandle() [1/2]

FConsoleVariableSinkHandle::FConsoleVariableSinkHandle ( )
inline

Definition at line 596 of file IConsoleManager.h.

◆ FConsoleVariableSinkHandle() [2/2]

FConsoleVariableSinkHandle::FConsoleVariableSinkHandle ( FDelegateHandle InHandle)
inlineexplicit

Definition at line 600 of file IConsoleManager.h.

Member Function Documentation

◆ HasSameHandle()

template<typename DelegateType >
bool FConsoleVariableSinkHandle::HasSameHandle ( const DelegateType & Delegate) const
inline

Definition at line 612 of file IConsoleManager.h.

◆ RemoveFromDelegate()

template<typename MulticastDelegateType >
void FConsoleVariableSinkHandle::RemoveFromDelegate ( MulticastDelegateType & MulticastDelegate)
inline

Definition at line 606 of file IConsoleManager.h.

Member Data Documentation

◆ Handle

FDelegateHandle FConsoleVariableSinkHandle::Handle
private

Definition at line 618 of file IConsoleManager.h.


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