Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FSparseDelegateStorage
Description
Directly sets the Multicast Delegate for this object/delegatename pair. If the delegate is unbound it will be assigned/inserted anyways.
| Name | SetMulticastDelegate |
| 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 void SetMulticastDelegate
(
const UObject * DelegateOwner,
const FName DelegateName,
FMulticastScriptDelegate Delegate
)