UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TCommonDelegateInstanceState< FuncType, UserPolicy, VarTypes > Class Template Reference

#include <DelegateInstancesImpl.h>

+ Inheritance 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
 

Constructor & Destructor Documentation

◆ TCommonDelegateInstanceState()

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

Member Function Documentation

◆ GetHandle()

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

Member Data Documentation

◆ Handle

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

◆ Payload

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

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