Remove

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

Remove

(
    const FScriptDelegate& InDelegate
)

Removes a function from this multi-cast delegate's invocation list (performance is O(N)).

Public function

void

 

Remove

(
    const UObject* InObject,
    FName InFunctionName
)

Removes a function from this multi-cast delegate's invocation list (performance is O(N)).

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