Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/TSparseDynamicDelegate
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h |
| Include | #include "UObject/SparseDelegate.h" |
void RemoveAll
&40;
const UObject &42; Object
&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| InObject | The object to remove bindings for. |