Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMPin
Description
Returns a . separated path containing all names of the pin within its main memory owner / storage. This is typically used to create an offset pointer within memory (FRigVMRegisterOffset). So for example for a PinPath such as "Node.Transform.Translation.X" the corresponding SegmentPath is "Translation.X", since the transform is the storage / memory.
| Name | GetSegmentPath |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMPin.h |
| Include Path | #include "RigVMModel/RigVMPin.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMPin.cpp |
UFUNCTION (BlueprintCallable, Category=RigVMPin)
FString GetSegmentPath
(
bool bIncludeRootPin
) const