TScriptDelegate::BindUFunction

Binds a [UFunction](API\Runtime\CoreUObject\UObject\UFunction) to this delegate.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h

Include

#include "UObject/ScriptDelegates.h"

Syntax

void BindUFunction
(
    UObject * InObject,
    const FName & InFunctionName
)

Remarks

Binds a UFunction to this delegate.

Parameters

Parameter

Description

InObject

The object to call the function on.

InFunctionName

The name of the function to 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