Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h |
Include |
#include "UObject/SparseDelegate.h" |
Source |
/Engine/Source/Runtime/CoreUObject/Private/UObject/SparseDelegate.cpp |
static FMulticastScriptDelegate * GetMulticastDelegate
(
const UObject * DelegateOwner,
const FName DelegateName
)
Acquires the actual Multicast Delegate from the annotation if any delegates are bound to it. Will be null if no entry exists in the annotation for this object/delegatename.