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" |
int32 RemoveAll
(
const void * InUserObject
)
Remarks
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! The number of delegates successfully removed.
Parameters
| Name | Description |
|---|---|
| InUserObject | The object to remove all delegates for. |