TBaseMulticastDelegate< void, ParamTypes... >::Remove

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

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl.inl

Include

#include "Delegates/DelegateSignatureImpl.inl"

Syntax

bool Remove
(
    FDelegateHandle Handle
)

Remarks

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

Note that the order of the delegate instances may not be preserved!

Returns

true if the delegate was successfully removed.

Parameters

Parameter

Description

Handle

The handle of the delegate instance 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