TBaseSPMethodDelegateInstance

Delegate binding types Implements a delegate binding for shared pointer member functions.

Windows
MacOS
Linux

Inheritance Hierarchy

TBaseSPMethodDelegateInstance

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TSPMethodDelegate

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TSPMethodDelegate_Const

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TSPMethodDelegate_FourVars

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TSPMethodDelegate_FourVars_Const

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TSPMethodDelegate_OneVar

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TSPMethodDelegate_OneVar_Const

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TSPMethodDelegate_ThreeVars

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TSPMethodDelegate_ThreeVars_Const

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TSPMethodDelegate_TwoVars

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TSPMethodDelegate_TwoVars_Const

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TThreadSafeSPMethodDelegate

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TThreadSafeSPMethodDelegate_Const

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TThreadSafeSPMethodDelegate_FourVars

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TThreadSafeSPMethodDelegate_FourVars_Const

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TThreadSafeSPMethodDelegate_OneVar

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TThreadSafeSPMethodDelegate_OneVar_Const

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TThreadSafeSPMethodDelegate_ThreeVars

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TThreadSafeSPMethodDelegate_ThreeVars_Const

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TThreadSafeSPMethodDelegate_TwoVars

TDelegate< InRetValType(ParamTypes...), UserPolicy >::TThreadSafeSPMethodDelegate_TwoVars_Const

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstancesImpl.h

Include

#include "Delegates/DelegateInstancesImpl.h"

Syntax

template<bool bConst, class UserClass, ESPMode SPMode, typename FuncType, typename UserPolicy, typename... VarTypes>
class TBaseSPMethodDelegateInstance

Remarks

Delegate binding types Implements a delegate binding for shared pointer member functions.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss