Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Get Marker Translation By Name

Image Removed Image Added

InputsOutputs
Basic DataReference to Live Link Basic Blueprint Data StructureEnter a reference to the contained marker information.

Translation

VectorReference 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 NameStringEnter the name of the marker to find.Return ValueBooleanTrue if the marker translation were successfully retrieved, false if not.

Get Marker Translations

Image Removed Image Added

InputsOutputs
Basic DataReference to Live Link Basic Blueprint Data StructureEnter a reference to the contained marker information.

Translations

Array of VectorsReference to an array of FVectors that will store the retrieved subject's marker translation.



Return ValueBooleanTrue if the marker translations were successfully retrieved, false if not.

...