Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TFObjectPropertyBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFObjectPropertyBase
(
UField* InField |
UObject/UnrealType.h | ||
TFObjectPropertyBase
(
EInternal InInernal, |
UObject/UnrealType.h | ||
TFObjectPropertyBase
(
FFieldVariant InOwner, |
Constructor used for constructing compiled-in properties | UObject/UnrealType.h | |
TFObjectPropertyBase
(
FFieldVariant InOwner, |
UObject/UnrealType.h | ||
TFObjectPropertyBase
(
FFieldVariant InOwner, |
Constructor used for constructing compiled-in properties | UObject/UnrealType.h |
TFObjectPropertyBase(UField *)
| Name | TFObjectPropertyBase |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
TFObjectPropertyBase
(
UField * InField
)
TFObjectPropertyBase(EInternal, FFieldClass *)
| Name | TFObjectPropertyBase |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
TFObjectPropertyBase
(
EInternal InInernal,
FFieldClass * InClass
)
TFObjectPropertyBase(FFieldVariant, const UECodeGen_Private::FObjectPropertyParams &)
Description
Constructor used for constructing compiled-in properties
| Name | TFObjectPropertyBase |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
TFObjectPropertyBase
(
FFieldVariant InOwner,
const UECodeGen_Private::FObjectPropertyParams & Prop
)
Parameters
| Name | Remarks |
|---|---|
| InOwner | Owner of the property |
| Prop | Pointer to the compiled in structure describing the property |
TFObjectPropertyBase(FFieldVariant, const FName &, EObjectFlags)
| Name | TFObjectPropertyBase |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
TFObjectPropertyBase
(
FFieldVariant InOwner,
const FName & InName,
EObjectFlags InObjectFlags
)
TFObjectPropertyBase(FFieldVariant, const UECodeGen_Private::FObjectPropertyParamsWithoutClass &, UClass *)
Description
Constructor used for constructing compiled-in properties
| Name | TFObjectPropertyBase |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
TFObjectPropertyBase
(
FFieldVariant InOwner,
const UECodeGen_Private::FObjectPropertyParamsWithoutClass & Prop,
UClass * InClass
)
Parameters
| Name | Remarks |
|---|---|
| InOwner | Owner of the property |
| Prop | Pointer to the compiled in structure describing the property |
| InClass | Class of the object this property represents |