-
Download Unreal Engine 5.2 (The latest stable version). We have not fully tested other versions of Unreal.
-
Clone the repository...
This repository contains the UE5 plugin and an example of how to use it.
git clone https://github.com/SUITS-Techteam/TSS_Unreal_Package_2024.git
-
Copy the entire
TSS_UE5_pluginfolder into the Plugin folder where you installed the Unreal Engine: The Default location for the Plugin Folder is: C:\Program Files\Epic Games\UE_5.2\Engine\Plugins.
-
Create a new Unreal Engine Project. Since this is an AR Challenge, it might be beneficial to select the AR Starting project. However, the plugin will work with an empty project and no starter content.
-
Add the
TSS_UE5_pluginPackage to your project. -
Once the Unreal Engine relaunches, the Plugin should be successfully loaded. To Access the example:
- Click the content drawer in the bottom left of the main window.
- Click the Settings windows within the content drawer and select "Show Engine Content" and "Show Plugin Content".

- In the content drawer, navigate to EngineData/Plugins/TSS_UE5_plugin content

- Double click
TSS_levelto open it and view the example.
-
Run the TSS Server (directions at https://github.com/SUITS-Techteam/TSS_2024.git)
-
To run the scene, click the Play button at the top middle of the screen
-
Modify the IP address to the IP address of the server (Leave it as is, if you are using local host)
-
Click Connect to TSSc and you should see the data values update

-
Look at the TSS_example_UI and the TSS_Connection and learn how they interact. As long as the TSS_Connection actor is in your scene and setup properly (look at level blueprint for the example level) it can stream TSS data to your UI.
