Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TSparseDynamicDelegate
Description
Removes all delegate bindings from this multicast delegate's invocation list that are bound to the specified object.
This method also compacts the invocation list.
| Name | RemoveAll |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h |
| Include Path | #include "UObject/SparseDelegate.h" |
void RemoveAll
(
const UObject * Object
)
Parameters
| Name | Remarks |
|---|---|
| InObject | The object to remove bindings for. |