Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FSparseDelegateStorage
Description
Binds a sparse delegate to the owner, verifying first that the delegate is not already bound. Returns if the delegate was successfully bound.
| Name | AddUnique |
| 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 AddUnique
(
const UObject * DelegateOwner,
const FName DelegateName,
FScriptDelegate Delegate
)