Skip to the main content.

Did you know?

 

RTI is the world’s largest DDS supplier and Connext is the most trusted software framework for critical systems.

Success-Plan-Services-DSSuccess-Plan Services

Our Professional Services and Customer Success teams bring extensive experience to train, problem-solve, mentor, and accelerate customer success.

Learn more

Developers

From downloads to Hello World, we've got you covered. Find all of the tutorials, documentation, peer conversations and inspiration you need to get started using Connext today.

Try the Connectivity Selection Tool ⇢

Resources

RTI provides a broad range of technical and high-level resources designed to assist in understanding industry applications, the RTI Connext product line and its underlying data-centric technology.

Company

RTI is the infrastructure software company for smart-world systems. The company’s RTI Connext product is the world's leading software framework for intelligent distributed systems.

Contact Us

News & Events
Cooperation

Simulate an Immersive Environment Using Real-Time Data with Unreal Engine®

⇠ All Case + Code Examples

Case-Code-hero

Introduction

RTI Connext is a peer-to-peer connectivity framework that fits the requirements of high-performance distributed simulation environments. Connext lets you fine-tune data streams for your network, and trade off latency and throughput – all through configuration – to allow you to get  the performance and scalability you need without changing your source. In this Case + Code example, we show how  Connext can feed real-time data into an Unreal Engine® project and vice versa, for a more immersive and realistic simulation experience.

The following sections show coding examples of step-by-step instructions on how RTI Connext Professional can be used in conjunction with the Unreal Engine. The example builds on the popular RTI Shapes demo application. 

This example walks through a simple shapes publisher and subscriber within Unreal Engine. It addresses many of the Connext features such as dynamic data types, handling of instances, scalability considerations, etc. You can build the examples yourself to look at the source code, or if you are only interested in configuration, you can run the pre-built applications and look at just the XML configuration.

What This Example Does

This example shows a Shapes publisher and subscriber in Unreal Engine. The Unreal Engine application can subscribe and publish Squares, Triangles, and Circles of different colors, similar to the RTI Shapes demo application. RTI Shapes Demo (Shapes) is a tool you can use to learn about basic and some advanced DDS concepts, such as publish-subscribe messaging, data centricity, and Quality of Service (QoS). Shapes is a standalone graphical application that does not require any programming. Starting with our walkthrough, anyone, including developers, students and business professionals, can learn DDS with Shapes. Check out Shapes for more information.

This example is using Windows 10 as the operating system. To follow along with this example, you need the following components installed on your Windows machine:

  • RTI Connext Professional 6.0.1
  • Unreal Gaming Engine 4
Instructions

Each training module builds on the one before, so it is advised to follow them in order. Each module has been recorded and the links to each video are found within each module.

See Module 12 for Next Steps and links to this Case + Code example on GitHub.

Unreal Engine Case + Code Modules

Module #1

Getting the Software you Need

Get Started ⇢

Module #2

Create an Unreal Engine Project

Get Started ⇢

Module #3

Creating the XML Configuration Using System Designer

Get Started ⇢

Module #4

Adding Connext to the Visual Studio Build Environment

Get Started ⇢

Module #5

Creating your First C++ Class

Get Started ⇢

Module #6

Create a Game Object

Get Started ⇢

Module #7

Instances and Filtering on Data

Get Started ⇢

Module #8

Reusing DDS Entities

Get Started ⇢

Module #9

Publishing Samples

Get Started ⇢

Module #10

Subscribing at Runtime

Get Started ⇢

Module #11

Publishing at Runtime

Get Started ⇢

Module #12

Extending the Data Type to 3D

Get Started ⇢