Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/UObject > API/Runtime/Core/UObject/TMulticastScriptDelegate > API/Runtime/Core/UObject/TMulticastScriptDelegate/RemoveInternal
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
Include | #include "UObject/ScriptDelegates.h" |
void RemoveInternal
&40;
const UObject &42; InObject,
FName InFunctionName
&41; const
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 |