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