TBaseUFunctionDelegateInstance< UserClass, WrappedRetValType(ParamTypes...), UserPolicy, VarTypes... >::Create

Creates a new [UFunction](API\Runtime\CoreUObject\UObject\UFunction) delegate binding for the given user object and function name.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Delegates/DelegateInstancesImpl.h"

Syntax

static void Create
(
    FDelegateBase & Base,
    UserClass * InUserObject,
    const FName & InFunctionName,
    VarTypes... Vars
)

Remarks

Creates a new UFunction delegate binding for the given user object and function name.

Returns

The new delegate.

Parameters

Parameter

Description

InObject

The user object to call the function on.

InFunctionName

The name of the function call.

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