Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMPropertyPath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | RigVMCore/RigVMPropertyPath.h | ||
FRigVMPropertyPath
(
const FProperty* InProperty, |
Constructor from complete data | RigVMCore/RigVMPropertyPath.h |
FRigVMPropertyPath()
Description
Default constructor.
| Name | FRigVMPropertyPath |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMPropertyPath.h |
| Include Path | #include "RigVMCore/RigVMPropertyPath.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMPropertyPath.cpp |
FRigVMPropertyPath()
FRigVMPropertyPath(const FProperty *, const FString &)
Description
Constructor from complete data
| Name | FRigVMPropertyPath |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMPropertyPath.h |
| Include Path | #include "RigVMCore/RigVMPropertyPath.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMPropertyPath.cpp |
FRigVMPropertyPath
(
const FProperty * InProperty,
const FString & InSegmentPath
)
Parameters
| Name | Remarks |
|---|---|
| InProperty | The head property to base this property path off of |
| InSegmentPath | A . separated string providing all of the segments of this path |