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