Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMPropertyPathDescription
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | RigVMCore/RigVMPropertyPath.h | ||
FRigVMPropertyPathDescription
(
int32 InPropertyIndex, |
Constructor from complete data. | RigVMCore/RigVMPropertyPath.h |
FRigVMPropertyPathDescription()
Description
Default constructor.
| Name | FRigVMPropertyPathDescription |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMPropertyPath.h |
| Include Path | #include "RigVMCore/RigVMPropertyPath.h" |
FRigVMPropertyPathDescription()
FRigVMPropertyPathDescription(int32, const FString &, const FString &)
Description
Constructor from complete data.
| Name | FRigVMPropertyPathDescription |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMPropertyPath.h |
| Include Path | #include "RigVMCore/RigVMPropertyPath.h" |
FRigVMPropertyPathDescription
(
int32 InPropertyIndex,
const FString & InHeadCPPType,
const FString & InSegmentPath
)