Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- TFObjectPropertyBase
- FObjectProperty
- FClassProperty
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
Syntax
class FClassProperty : public FObjectProperty
Remarks
Describes a reference variable to another object which may be nil.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UClass > | MetaClass | Variables. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FClassProperty
(
UField* InField |
|||
FClassProperty
(
EInternal InInernal, |
|||
FClassProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | ||
FClassProperty
(
FFieldVariant InOwner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
||
| void | AppendSchemaHash
(
FBlake3& Builder, |
Updates the given HashBuilder with name and type information of this Property. | |
| void | BeginDestroy () |
||
| FField * | Construct
(
const FFieldVariant& InOwner, |
||
| FString | GetCPPMacroType
(
FString& ExtendedTypeText |
||
| FString | GetCPPTypeCustom
(
FString* ExtendedTypeText, |
||
| FString | |||
| SIZE_T | GetFieldSize () |
||
| bool | Determines whether the property values are identical. | ||
| const TCHAR * | ImportText_Internal
(
const TCHAR* Buffer, |
||
| void | PostDuplicate
(
const FField& InField |
Fixups after duplicating a Field | |
| bool | Returns true, if Other is property of exactly the same type | ||
| void | Begin UObject interface: the following functions mimic UObject interface for easier transition from UProperties to FProperties. | ||
| void | SetMetaClass
(
UClass* NewMetaClass |
Setter function for this property's MetaClass member. | |
| FFieldClass * | StaticClass () |
||
| uint64 | |||
| uint64 |
Overridden from TProperty
| Type | Name | Description | |
|---|---|---|---|
| FString | GetCPPType
(
FString* ExtendedTypeText, |
TProperty::GetCPPType should not be used here. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator delete
(
void* InMem |
||
| void * | operator new
(
const size_t InSize, |
||
| void * | operator new
(
const size_t InSize |