FRigVMPropertyPathSegment

The RigVMPropertyPathSegment represents a single step needed to go from the head property of a property path to the tail.

Choose your operating system:

Windows

macOS

Linux

References

Module

RigVM

Header

/Engine/Source/Runtime/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

Name Description

Public variable

int32

 

Index

The index of the segment - used to represent the array index for array elements.

Public variable

FName

 

Name

The name of the segment - can be the name of the struct member of key for a map element.

Public variable

const FProperty...

 

Property

The property for this segment - on the chain towards the tail property.

Public variable

ERigVMPropertyP...

 

Type

The type of segment / step.