Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FSparseDelegateStorage
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h |
Include | #include "UObject/SparseDelegate.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/SparseDelegate.cpp |
static TSharedPtr< FMulticastScriptDelegate > GetSharedMulticastDelegate
&40;
const UObject &42; DelegateOwner,
const FName DelegateName
&41;
Remarks
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.