TBaseRawMethodDelegateInstance< bConst, UserClass, WrappedRetValType(ParamTypes...), UserPolicy, VarTypes... >::TBaseRawMethodDelegateInstance

Creates and initializes a new instance.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Delegates/DelegateInstancesImpl.h"

Syntax

TBaseRawMethodDelegateInstance
(
    UserClass * InUserObject,
    FMethodPtr InMethodPtr,
    VarTypes... Vars
)

Remarks

Creates and initializes a new instance.

Parameters

Parameter

Description

InUserObject

An arbitrary object (templated) that hosts the member function.

InMethodPtr

C++ member function pointer for the method to bind.

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