Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMulticastDelegateBase
Description
Removes all functions from this multi-cast delegate's invocation list that are bound to the specified UserObject. Note that the order of the delegates may not be preserved!
| Name | RemoveAll |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/MulticastDelegateBase.h |
| Include Path | #include "Delegates/MulticastDelegateBase.h" |
int32 RemoveAll
(
FDelegateUserObjectConst InUserObject
)
The number of delegates successfully removed.
Parameters
| Name | Remarks |
|---|---|
| InUserObject | The object to remove all delegates for. |