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 FScriptDelegate & InDelegate
)

Remarks

Removes a function from this multi-cast delegate's invocation list (performance is O(N)). Note that the order of the delegates may not be preserved!

Parameters

Parameter

Description

InDelegate

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