Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Delegates
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Delegates/DelegateInstancesImplFwd.h |
| Include | #include "Delegates/DelegateInstancesImplFwd.h" |
Syntax
template<typename FuncType, typename UserPolicy, typename FunctorType, typename... VarTypes>
class TBaseFunctorDelegateInstance
Remarks
Implements a delegate binding for C++ functors, e.g. lambdas.
Specializations
TBaseFunctorDelegateInstance< RetValType(ParamTypes...), UserPolicy, FunctorType, VarTypes... >