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

Creates a new raw method delegate binding for the given user object and function pointer.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Delegates/DelegateInstancesImpl.h"

Syntax

static FORCEINLINEvoid Create
(
    FDelegateBase & Base,
    UserClass * InUserObject,
    FMethodPtr InFunc,
    VarTypes... Vars
)

Remarks

Creates a new raw method delegate binding for the given user object and function pointer.

Returns

The new delegate.

Parameters

Parameter

Description

InUserObject

User's object that contains the class method.

InFunc

Member function pointer to your class method.

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