Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FSparseDelegateStorage
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
static bool Remove
(
const UObject* DelegateOwner,
const FName DelegateName,
const FScriptDelegate& Delegate
)
|
Removes a delegate binding from the owner's sparse delegate storage. |
UObject/SparseDelegate.h |
|
|
|
UObject/SparseDelegate.h |
|
Remove(const UObject *, const FName, const FScriptDelegate &)
Description
Removes a delegate binding from the owner's sparse delegate storage. Returns true if there are still bindings to the delegate.
| |
|
| Name |
Remove |
| Type |
function |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h |
| Include Path |
#include "UObject/SparseDelegate.h" |
| Source |
/Engine/Source/Runtime/CoreUObject/Private/UObject/SparseDelegate.cpp |
static bool Remove
(
const UObject * DelegateOwner,
const FName DelegateName,
const FScriptDelegate & Delegate
)
Remove(const UObject , const FName, const UObject , FName)
| |
|
| Name |
Remove |
| Type |
function |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h |
| Include Path |
#include "UObject/SparseDelegate.h" |
| Source |
/Engine/Source/Runtime/CoreUObject/Private/UObject/SparseDelegate.cpp |
static bool Remove
(
const UObject * DelegateOwner,
const FName DelegateName,
const UObject * InObject,
FName InFunctionName
)