...
Get Marker Translation By Name
Inputs | Outputs | ||||
---|---|---|---|---|---|
Basic Data | Reference to Live Link Basic Blueprint Data Structure | Enter a reference to the contained marker information. | Translation | Vector | Reference to an FVector that will store the retrieved marker translation. If the specified marker is not found or there is an error, the translation is set to (0,0,0). |
Marker Name | String | Enter the name of the marker to find. | Return Value | Boolean | True if the marker translation were successfully retrieved, false if not. |
Get Marker Translations
Inputs | Outputs | ||||
---|---|---|---|---|---|
Basic Data | Reference to Live Link Basic Blueprint Data Structure | Enter a reference to the contained marker information. | Translations | Array of Vectors | Reference to an array of FVectors that will store the retrieved subject's marker translation. |
Return Value | Boolean | True if the marker translations were successfully retrieved, false if not. |
...