Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMPropertyPath.h |
| Include | #include "RigVMCore/RigVMPropertyPath.h" |
Syntax
struct FRigVMPropertyPathSegment
Remarks
The RigVMPropertyPathSegment represents a single step needed to go from the head property of a property path to the tail.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Index | The index of the segment - used to represent the array index for array elements. | |
| FName | Name | The name of the segment - can be the name of the struct member of key for a map element. | |
| const FProperty * | Property | The property for this segment - on the chain towards the tail property. | |
| ERigVMPropertyPathSegmentType | Type | The type of segment / step. |