TSparseDynamicDelegate::Remove

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

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h

Include

#include "UObject/SparseDelegate.h"

Syntax

void Remove
(
    const UObject * InObject,
    FName InFunctionName
)

Remarks

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

that the order of the delegates may not be preserved!

Parameters

Parameter

Description

InObject

Object of the delegate to remove

InFunctionName

Function name of the delegate to remove

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