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