QTM Connect for Unreal is an Unreal plugin that supports streaming of skeleton, rigid body, marker, force and timecode data between Qualisys Track Manager and Unreal Engine.
You can find the plugin on unreal engine marketplace here
- Start QTM in preview mode or file mode being sure there is a skeleton to stream. An example qtm file including a skeleton is provided in
.\Example Project
- Enable
LiveLink
andQTMConnectLiveLink
in Unreal underEdit->Plugins
. - Go to
Window->Live Link
, clickAdd->QTM Connect LiveLink
- Enter the QTM IP address and port and click Create.
- If the Skeleton of the Skeletal Mesh that you wish to animate matches the skeleton data being streamed from QTM (same bone names and hierarchy), then skip steps 5-7.
- In the Content Browser, click
Add New->Blueprint Class
and expandAll Classes
and search forQualisysLiveLinkRetargetAsset
, and clickSelect
. - Double-click the retarget asset and go to
Details->Bone Mapping
and expand theBone Mapping
variable. - In the right column, fill in the names of the Skeleton bones that best correspond to the QTM skeleton bones seen in the left column. If there is no corresponding bone or the bone name already matches the QTM bone name, leave it as "None".
- In the Content Browser, go to the Skeletal Mesh that you wish to animate and
Right-click->Create->Anim Blueprint
. Give it a name and then double click on it. - Right-click anywhere in the animation graph and search for the Live Link Pose node.
- Enter the subject name (the name of the skeleton being streamed from QTM), and connect the output pose to the input pose of the Final Animation Pose node.
- Click on the
Live Link Pose
node and go toDetails->Retarget->Retarget Asset
and select the retarget asset you created in step 5, or choose the QualisysLiveLinkRetargetAsset if you skipped steps 5-7. - Click Compile, and you should see the mesh moving in the preview window.
- Drag the animation blueprint you created in step 8 into your scene, then click Play.
- Select your actor and Add Component
Live Link Controller
. - Enter the rigid body name as subject name and
LiveLinkTransformRole
as role.
Note: If you want to stream your rigid body as an camera role prefix the rigid body name with cam_
(eg. cam_rigidbody
)
- Each force plate is a livelink subject with the
basic
role. - The force subject contains the following 9 properties in order. (
Force X
,Force Y
,Force Z
,Moment X
,Moment Y
,Moment Z
,Application Point X
,Application Point Y
,Application Point Z
)
Note: Avoid mixing the LiveLink plugin data with the QualisysClient plugin. Synchronization of data might differ.
- Streaming tutorial video
- Bone mapping tutorial video
- How to import a Qualisys Track Manager exported FBX
- Windows 64bit