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