Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/TSparseDynamicDelegate > API/Runtime/CoreUObject/UObject/TSparseDynamicDelegate/Remove
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h |
| Include | #include "UObject/SparseDelegate.h" |
void Remove
(
const UObject * InObject,
FName InFunctionName
)
Remarks
Removes a function from this multi-cast delegate's invocation list (performance is O(N)). Note that the order of the delegates may not be preserved!
Parameters
| Name | Description |
|---|---|
| InObject | Object of the delegate to remove |
| InFunctionName | Function name of the delegate to remove |