Create

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

Create

(
    FDelegateBase& Base,
    const TSharedPtr< UserClass, SPMode...,
    FMethodPtr InFunc,
    VarTypes... Vars
)

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

Public function Static

void

 

Create

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

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

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