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, |
|||
FFieldPathProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FField * | Construct
(
const FFieldVariant& InOwner, |
||
| bool | ContainsObjectReference
(
TArray< const FStructProperty* >& EncounteredStructProps, |
||
| EConvertFromTypeResult | ConvertFromType
(
const FPropertyTag& Tag, |
||
| void | EmitReferenceInfo
(
UE::GC::FSchemaBuilder& Schema, |
||
| void | ExportText_Internal
(
FString& ValueStr, |
||
| FString | GetCPPMacroType
(
FString& ExtendedTypeText |
||
| FString | |||
| bool | Identical
(
const void* A, |
||
| const TCHAR * | ImportText_Internal
(
const TCHAR* Buffer, |
||
| FString | RedirectFieldPathName
(
const FString& InPathName |
||
| void | |||
| void | SerializeItem
(
FStructuredArchive::FSlot Slot, |
||
| COREUOBJECT_APIFFieldClass * | StaticClass () |
||
| constexpr uint64 | |||
| constexpr uint64 | |||
| bool |
Overridden from TProperty
| Type | Name | Description | |
|---|---|---|---|
| FString | GetCPPType
(
FString* ExtendedTypeText, |
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 |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
FFieldPathProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |