TBaseUFunctionDelegateInstance< UserClass, void(ParamTypes...), VarTypes... >::TBaseUFunctionDelegateInstance

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

TBaseUFunctionDelegateInstance
(
    UserClass * InUserObject,
    const FName & InFunctionName,
    VarTypes... Vars
)

Remarks

Creates and initializes a new instance.

Parameters

Parameter

Description

InUserObject

The UObject 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