Unreal Engine Blueprint API Reference > Rig VMLink
Returns a string representation of the Link, for example: "NodeA.Color.R -> NodeB.Translation.X" note: can be split again using SplitPinPathRepresentation
Target is Rig VMLink
Inputs
Type | Name | Description |
---|---|---|
object | Target |
Outputs
Type | Name | Description |
---|---|---|
string | Return Value | Returns a string representation of the Link,for example: "NodeA.Color.R -> NodeB.Translation.X"note: can be split again using SplitPinPathRepresentation |