FSparseDelegateStorage::GetSharedMulticastDelegate

Acquires the actual Multicast Delegate from the annotation if any delegates are bound to it as a shared pointer.

Windows
MacOS
Linux

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

Syntax

static TSharedPtr< FMulticastScriptDelegate > GetSharedMulticastDelegate
(
    const UObject * DelegateOwner,
    const FName DelegateName
)

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss