Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TCommonDelegateInstanceState< FuncType, UserPolicy, VarTypes > Class Template Reference

#include <DelegateInstancesImpl.h>

+ Inheritance diagram for TCommonDelegateInstanceState< FuncType, UserPolicy, VarTypes >:
+ Collaboration diagram for TCommonDelegateInstanceState< FuncType, UserPolicy, VarTypes >:

Public Member Functions

template<typename... InVarTypes>
 TCommonDelegateInstanceState (InVarTypes &&... Vars)
 
FDelegateHandle GetHandle () const final
 

Protected Attributes

TTuple< VarTypes... > Payload
 
FDelegateHandle Handle
 

Detailed Description

template<typename FuncType, typename UserPolicy, typename... VarTypes>
class TCommonDelegateInstanceState< FuncType, UserPolicy, VarTypes >

Definition at line 35 of file DelegateInstancesImpl.h.

Constructor & Destructor Documentation

◆ TCommonDelegateInstanceState()

template<typename FuncType , typename UserPolicy , typename... VarTypes>
template<typename... InVarTypes>
TCommonDelegateInstanceState< FuncType, UserPolicy, VarTypes >::TCommonDelegateInstanceState ( InVarTypes &&... Vars)
inlineexplicit

Definition at line 39 of file DelegateInstancesImpl.h.

Member Function Documentation

◆ GetHandle()

template<typename FuncType , typename UserPolicy , typename... VarTypes>
FDelegateHandle TCommonDelegateInstanceState< FuncType, UserPolicy, VarTypes >::GetHandle ( ) const
inlinefinal

Definition at line 45 of file DelegateInstancesImpl.h.

Member Data Documentation

◆ Handle

template<typename FuncType , typename UserPolicy , typename... VarTypes>
FDelegateHandle TCommonDelegateInstanceState< FuncType, UserPolicy, VarTypes >::Handle
protected

Definition at line 55 of file DelegateInstancesImpl.h.

◆ Payload

template<typename FuncType , typename UserPolicy , typename... VarTypes>
TTuple<VarTypes...> TCommonDelegateInstanceState< FuncType, UserPolicy, VarTypes >::Payload
protected

Definition at line 52 of file DelegateInstancesImpl.h.


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