Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FSparseDelegateStorage
Description
Acquires the actual Multicast Delegate from the annotation if any delegates are bound to it as a shared pointer. Will be null if no entry exists in the annotation for this object/delegatename.
| Name | GetSharedMulticastDelegate |
| 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 TSharedPtr < FMulticastScriptDelegate > GetSharedMulticastDelegate
(
const UObject * DelegateOwner,
const FName DelegateName
)