Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FSparseDelegateStorage
Description
Removes all sparse delegate binding from the owner for a given object. Returns true if there are still bindings to the delegate.
| Name | RemoveAll |
| 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 RemoveAll
(
const UObject * DelegateOwner,
const FName DelegateName,
const UObject * UserObject
)