TBaseDynamicDelegate::__Internal_BindDynamic

Binds a [UObject](API\Runtime\CoreUObject\UObject\UObject) instance and a [UObject](API\Runtime\CoreUObject\UObject\UObject) method address to this delegate.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl.inl

Include

#include "Delegates/DelegateSignatureImpl.inl"

Syntax

template<class UserClass>
void __Internal_BindDynamic
(
    UserClass * InUserObject,
    typename TMethodPtrResolver< UserClass >::FMethodPtr InMethodPtr,
    FName InFunctionName
)

Remarks

Binds a UObject instance and a UObject method address to this delegate.

Do not call this function directly. Instead, call BindDynamic() which is a macro proxy function that automatically sets the function name string for the caller.

Parameters

Parameter

Description

InUserObject

UObject instance

InMethodPtr

Member function address pointer

InFunctionName

Name of member function, without class name

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