Navigation
API > API/Plugins > API/Plugins/RigVM
The RigVMPropertyPathSegmentType is used to differentiate segments under a property path.
| Name | ERigVMPropertyPathSegmentType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMPropertyPath.h |
| Include Path | #include "RigVMCore/RigVMPropertyPath.h" |
Syntax
enum ERigVMPropertyPathSegmentType
{
StructMember,
ArrayElement,
MapValue,
}
Values
| Name | Remarks |
|---|---|
| StructMember | |
| ArrayElement | |
| MapValue |