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
&40;
const FScriptDelegate & 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 |