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/DelegateInstanceInterface.h |
| Include | #include "Delegates/DelegateInstanceInterface.h" |
Syntax
template<typename FuncType, typename UserPolicy>
struct IBaseDelegateInstance