Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- FFieldPathProperty
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/FieldPathProperty.h |
| Include | #include "UObject/FieldPathProperty.h" |
Syntax
class FFieldPathProperty : public TProperty< FFieldPath, FProperty >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FFieldClass * | PropertyClass |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFieldPathProperty
(
UField* InField |
|||
FFieldPathProperty
(
EInternal InInernal, |
|||
FFieldPathProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | ||
FFieldPathProperty
(
FFieldVariant InOwner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FField * | Construct
(
const FFieldVariant& InOwner, |
||
| 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. | |
| EConvertFromTypeResult | ConvertFromType
(
const FPropertyTag& Tag, |
Allows a property to implement backwards compatibility handling for tagged properties | |
| void | EmitReferenceInfo
(
UE::GC::FSchemaBuilder& Schema, |
Emits tokens used by realtime garbage collection code to passed in ReferenceTokenStream. | |
| void | ExportText_Internal
(
FString& ValueStr, |
||
| FString | GetCPPMacroType
(
FString& ExtendedTypeText |
||
| FString | |||
| SIZE_T | GetFieldSize () |
||
| bool | Determines whether the property values are identical. | ||
| const TCHAR * | ImportText_Internal
(
const TCHAR* Buffer, |
||
| FString | RedirectFieldPathName
(
const FString& InPathName |
||
| void | Begin UObject interface: the following functions mimic UObject interface for easier transition from UProperties to FProperties. | ||
| void | SerializeItem
(
FStructuredArchive::FSlot Slot, |
||
| FFieldClass * | StaticClass () |
||
| uint64 | |||
| uint64 | |||
| bool |
Overridden from TProperty
| Type | Name | Description | |
|---|---|---|---|
| FString | GetCPPType
(
FString* ExtendedTypeText, |
Returns the text to use for exporting this property to header file. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator delete
(
void* InMem |
||
| void * | operator new
(
const size_t InSize, |
||
| void * | operator new
(
const size_t InSize |
Typedefs
| Name | Description |
|---|---|
| Super | |
| TCppType | |
| ThisClass | |
| TTypeFundamentals |