Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMulticastDelegateRegistration_v-
Description
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!
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl.inl |
| Include Path | #include "Delegates/DelegateSignatureImpl.inl" |
bool Remove
(
FDelegateHandle Handle
)
true if the delegate was successfully removed.
Parameters
| Name | Remarks |
|---|---|
| Handle | The handle of the delegate instance to remove. |