Create

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

Create

(
    FDelegateBase& Base,
    UserClass* InContextObject,
    const FunctorType& InFunctor,
    VarTypes... Vars
)

Creates a new static function delegate binding for the given function pointer.

Public function Static

void

 

Create

(
    FDelegateBase& Base,
    UserClass* InContextObject,
    FunctorType&& InFunctor,
    VarTypes... Vars
)

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