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
&40;
const TScriptDelegate< ThreadSafetyMode > & InDelegate
&41;
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 |
---|---|
InDelegate | Delegate to remove |