Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TSparseDynamicDelegate
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void Remove
(
const FScriptDelegate& InDelegate
)
|
Removes a function from this multi-cast delegate's invocation list (performance is O(N)). |
UObject/SparseDelegate.h |
|
|
Removes a function from this multi-cast delegate's invocation list (performance is O(N)). |
UObject/SparseDelegate.h |
|
Remove(const FScriptDelegate &)
Description
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!
| |
|
| Name |
Remove |
| Type |
function |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h |
| Include Path |
#include "UObject/SparseDelegate.h" |
void Remove
(
const FScriptDelegate & InDelegate
)
Parameters
| Name |
Remarks |
| InDelegate |
Delegate to remove |
Remove(const UObject *, FName)
Description
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!
| |
|
| Name |
Remove |
| Type |
function |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h |
| Include Path |
#include "UObject/SparseDelegate.h" |
void Remove
(
const UObject * InObject,
FName InFunctionName
)
Parameters
| Name |
Remarks |
| InObject |
Object of the delegate to remove |
| InFunctionName |
Function name of the delegate to remove |