template<
bool bConst,
class UserClass,
typename FuncType,
typename UserPolicy, typename... VarTypes>
class TBaseUObjectMethodDelegateInstance< bConst, UserClass, FuncType, UserPolicy, VarTypes >
Implements a delegate binding for UObject methods.
Definition at line 441 of file DelegateInstancesImpl.h.