TMulticastDelegateBase::RemoveDelegateInstance

Removes a function 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/MulticastDelegateBase.h

Include

#include "Delegates/MulticastDelegateBase.h"

Syntax

bool RemoveDelegateInstance
(
    FDelegateHandle Handle
)

Remarks

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

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