Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyPathName.h |
| Include | #include "UObject/PropertyPathName.h" |
Syntax
struct FPropertyPathNameSegment
Remarks
Represents one segment of a property path including the property type and the container index.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Index | Index within a container, or INDEX_NONE if not in a container. | |
| FName | Name | Name of the property. | |
| FPropertyTypeName | Type | Type of the property, if available. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| FPropertyPathNameSegment | SetNameWithIndex
(
FName NameWithIndex |
||
| FPropertyPathNameSegment | SetType
(
FPropertyTypeName NewType |