Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/RigVM/Public/RigVMCore/RigVMPropertyPath.h |
Include |
#include "RigVMCore/RigVMPropertyPath.h" |
struct FRigVMPropertyPathDescription
The RigVMPropertyPathDescription is used to provide all of the information necessary to describe a property path for creating it. This is used by the RigVMCompiler, which collects all descriptions first and then passes them onto the RigVMStorageGeneratorClass for construction. Furthermore the RigVMPropertyPathDescription is used to serialize property paths and recreate them on load.
Name | Description | ||
---|---|---|---|
|
HeadCPPType |
The CPP type of the head property. For Transform.Translation.X the HeadCPPType is 'FTransform' |
|
|
PropertyIndex |
The index of the property this property path belongs to. |
|
|
SegmentPath |
The segment path of the properties below the head property. |
Name | Description | |
---|---|---|
|
FRigVMPropertyPathDescription() |
Default constructor. |
|
FRigVMPropertyPathDescription |
Constructor from complete data. |