Ark Server API (ASA) - Wiki
|
#include <IConsoleManager.h>
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 |
Class representing an handle to an online delegate.
Definition at line 593 of file IConsoleManager.h.
|
inline |
Definition at line 596 of file IConsoleManager.h.
|
inlineexplicit |
Definition at line 600 of file IConsoleManager.h.
|
inline |
Definition at line 612 of file IConsoleManager.h.
|
inline |
Definition at line 606 of file IConsoleManager.h.
|
private |
Definition at line 618 of file IConsoleManager.h.