Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UMulticastSparseDelegateProperty
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMulticastSparseDelegateProperty
(
const FObjectInitializer& ObjectInitializer |
UObject/UnrealTypePrivate.h | ||
UMulticastSparseDelegateProperty
(
ECppProperty, |
UObject/UnrealTypePrivate.h | ||
UMulticastSparseDelegateProperty
(
const FObjectInitializer& ObjectInitializer, |
UObject/UnrealTypePrivate.h |
UMulticastSparseDelegateProperty(const FObjectInitializer &)
| Name | UMulticastSparseDelegateProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealTypePrivate.h |
| Include Path | #include "UObject/UnrealTypePrivate.h" |
UMulticastSparseDelegateProperty
(
const FObjectInitializer & ObjectInitializer
)
UMulticastSparseDelegateProperty(ECppProperty, int32, EPropertyFlags, UFunction *)
| Name | UMulticastSparseDelegateProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealTypePrivate.h |
| Include Path | #include "UObject/UnrealTypePrivate.h" |
UMulticastSparseDelegateProperty
(
ECppProperty ,
int32 InOffset,
EPropertyFlags InFlags,
UFunction * InSignatureFunction
)
UMulticastSparseDelegateProperty(const FObjectInitializer &, ECppProperty, int32, EPropertyFlags, UFunction *)
| Name | UMulticastSparseDelegateProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealTypePrivate.h |
| Include Path | #include "UObject/UnrealTypePrivate.h" |
UMulticastSparseDelegateProperty
(
const FObjectInitializer & ObjectInitializer,
ECppProperty ,
int32 InOffset,
EPropertyFlags InFlags,
UFunction * InSignatureFunction
)