Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Delegates > API/Runtime/Core/Delegates/TMulticastDelegateBase
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Delegates/MulticastDelegateBase.h |
| Include | #include "Delegates/MulticastDelegateBase.h" |
bool RemoveDelegateInstance
(
FDelegateHandle Handle
)
Remarks
Removes a function from this multi-cast delegate's invocation list (performance is O(N)). true if the delegate was successfully removed.
Parameters
| Name | Description |
|---|---|
| Handle | The handle of the delegate instance to remove. |