Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Delegates
Inheritance Hierarchy
- IBaseDelegateInstance
- TCommonDelegateInstanceState
- TBaseFunctorDelegateInstance< RetValType(ParamTypes...), UserPolicy, FunctorType, VarTypes... >
- TBaseRawMethodDelegateInstance< bConst, UserClass, RetValType(ParamTypes...), UserPolicy, VarTypes... >
- TBaseSPLambdaDelegateInstance< UserClass, SPMode, RetValType(ParamTypes...), UserPolicy, FunctorType, VarTypes... >
- TBaseSPMethodDelegateInstance< bConst, UserClass, SPMode, RetValType(ParamTypes...), UserPolicy, VarTypes... >
- TBaseStaticDelegateInstance< RetValType(ParamTypes...), UserPolicy, VarTypes... >
- TBaseUFunctionDelegateInstance< UserClass, RetValType(ParamTypes...), UserPolicy, VarTypes... >
- TBaseUObjectMethodDelegateInstance< bConst, UserClass, RetValType(ParamTypes...), UserPolicy, VarTypes... >
- TWeakBaseFunctorDelegateInstance< UserClass, RetValType(ParamTypes...), UserPolicy, FunctorType, VarTypes... >
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Delegates/DelegateInstancesImpl.h |
| Include | #include "Delegates/DelegateInstancesImpl.h" |
Syntax
template<typename FuncType, typename UserPolicy, typename... VarTypes>
class TCommonDelegateInstanceState : private IBaseDelegateInstance< FuncType, UserPolicy >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDelegateHandle | Handle | The handle of this delegate. | |
| TTuple< VarTypes... > | Payload | Payload member variables (if any). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TCommonDelegateInstanceState
(
InVarTypes&&... Vars |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FDelegateHandle | GetHandle () |