Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/UObject > API/Runtime/Core/UObject/TMulticastScriptDelegate
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include | #include "UObject/ScriptDelegates.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. |