Releases: qualisys/QTM-Connect-For-Unreal
Releases · qualisys/QTM-Connect-For-Unreal
v1.5.0 Qualisys QTM Connect For Unreal Engine 5.4/5.3/5.2/5.1
Support for Unreal Engine 5.4.2
v1.4.0 Qualisys QTM Connect For Unreal Engine
##v1.4.0 Qualisys QTM Connect For Unreal Engine
- Support Camera roles by prefixing rigid bodies with
cam_
#22 - Fixes to support nDisplay
v1.3 Qualisys QTM Connect For Unreal Engine 5.0/4.27/4.26
- Add possibility to stream force (single)
- Correctly align rotation/positions for skeleton/6dof/markers respectively
- Make it build for Unreal Engine 5
v1.2 Qualisys QTM Connect For Unreal Engine 4.24/4.25/4.26 (QTM 2021.1)
- Support for custom avatar
- Make streaming 3d, 6d, skeleton optional
- Add streamrate option with target frequency and frequency divisor
- Updated example QAvatar with fingers
- Bug fixes
Qualisys QTM Connect For Unreal Engine 4.19 Plugin
v1.1 Updated readme to reflect updated code
Qualisys QTM Connect For Unreal Engine 4.16/4.17/4.18 Plugin
QTM Connect for Unreal
QTM Connect for Unreal is an Unreal plugin that supports streaming of 6DOF data between Qualisys Track Manager and Unreal.
Installation of the plugin
- Copy the entire Qualisys plugin directory to C:\Program Files\Epic Games\UE_4.xx\Engine\Plugins.
- Start Unreal and create a project.
- The plugin should appear in the plugin window as "QTM Connect For Unreal". Click Enable and restart Unreal to get it activated.
How to use the QualisysClient Actor object and QualisysRigidBody ActorComponent object
- The QualisysClient object is available in the UE4 Modes panel. This object handles the data streaming between QTM and Unreal.
- Drag and drop the QualisysClient object in the world.
- Select the QualisysClient instance and edit it's properties. (IP address of the machine running QTM, UdpPort to stream on (0 will use TCP streaming) and stream rate (StreamRate of 0 will stream as quick as possible).
- Add a Qualisys RigidBody component to a object in the World Outliner pane.
- Set the RigidBody name to the name of the RigidBody in QTM.
- Play scene. It will automatically try and connect to QTM and receive 6DOF data.
Supported Unreal version(s)
If the plugin should be used in a unsupported Unreal version then put it in the Unreal project folder\Plugins and rebuild project.
Use the appropriate packaged release for the Unreal project.
- Unreal Engine 4.16
- Unreal Engine 4.17
- Unreal Engine 4.18
Supported Unreal Build Platforms
- Windows 32bit
- Windows 64bit