Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/RigVM/Public/RigVMCore/RigVMPropertyPath.h |
Include |
#include "RigVMCore/RigVMPropertyPath.h" |
struct FRigVMPropertyPathSegment
The RigVMPropertyPathSegment represents a single step needed to go from the head property of a property path to the tail.
Name | Description | ||
---|---|---|---|
|
Index |
The index of the segment - used to represent the array index for array elements. |
|
|
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. |
|
Type |
The type of segment / step. |