Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- TFObjectPropertyBase
- FLazyObjectProperty
- FObjectProperty
- FClassProperty
- FClassPtrProperty
- FObjectPtrProperty
- FSoftObjectProperty
- FSoftClassProperty
- FWeakObjectProperty
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
Syntax
template<typename InTCppType>
class TFObjectPropertyBase : public TProperty< InTCppType, FObjectPropertyBase >
Constructors
| Type | Name | Description | |
|---|---|---|---|
TFObjectPropertyBase
(
UField* InField |
|||
TFObjectPropertyBase
(
EInternal InInernal, |
|||
TFObjectPropertyBase
(
FFieldVariant InOwner, |
Constructor used for constructing compiled-in properties | ||
TFObjectPropertyBase
(
FFieldVariant InOwner, |
|||
TFObjectPropertyBase
(
FFieldVariant InOwner, |
Constructor used for constructing compiled-in properties | ||
TFObjectPropertyBase
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ContainsObjectReference
(
TArray< const FStructProperty* >& EncounteredStructProps, |
Returns true if this property, or in the case of e.g. array or struct properties any sub- property, contains a UObject reference. |
Overridden from TProperty
| Type | Name | Description | |
|---|---|---|---|
| FString | GetCPPType
(
FString* ExtendedTypeText, |
TProperty::GetCPPType should not be used here. |
Typedefs
| Name | Description |
|---|---|
| Super | |
| TCppType | |
| TTypeFundamentals |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
TFObjectPropertyBase
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |