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