Main Content

Unreal Engine Simulation Environment Requirements and Limitations

Simulink® 3D Animation™ provides an interface to a simulation environment that is visualized using the Unreal Engine® from Epic Games®. When simulating in this environment, keep these requirements and limitations in mind.

Software Requirements

The table summarizes the software requirements for Windows® and Linux® platforms.

Software

Windows

Linux

Operating system

Windows 64-bit

Debian® 11 (recommended)

Graphics driver

Microsoft® DirectX® — If this software is not already installed on your machine and you try to simulate in the environment, the toolbox prompts you to install it. Once you install the software, you must restart the simulation.

Vulkan®: AMD® (21.11.3+) and NVIDIA® (515.48+) (recommended)

Vulkan — If this software is not already installed on your machine and you try to simulate in the environment, the toolbox returns an error. To install the software, run these commands in the Linux terminal.

sudo apt install vulkan-tools
sudo apt install mesa-vulkan-drivers
sudo apt install nvidia-vulkan-common
To verify if the software is installed, run this command.
vkcube
Once you install the software, you must restart the simulation.

The table summarizes the Unreal Engine version supported by your MATLAB® release.

MATLAB ReleaseUnreal Engine Version
R2022b4.26
R2023a–R2023b4.27
R2024a5.1

Recommended Hardware Requirements

The table summarizes the recommended hardware requirements for Windows and Linux platforms.

Hardware

Windows

Linux

Graphics card (GPU)

Virtual reality-ready

NVIDIA GeForce® 960 GTX or higher with latest binary drivers

Video memory (RAM)8 GB8 GB

Processor (CPU)

2.5 GHz or faster

2.5 GHz or faster

Processor memory (RAM)

32 GB

32 GB

Limitations

The 3D simulation engine is not supported on Mac platforms.

The Simulation 3D blocks do not support:

  • Code generation

  • Model reference

  • Multiple instances of the Simulation 3D Scene Configuration block

  • Multiple Unreal Engine instances in the same MATLAB session

  • Rapid accelerator mode

  • Simulink Online™ simulation.

You cannot create or use sim3d objects or functions in MATLAB Online.

In addition, when using these blocks in a closed-loop simulation, all Simulation 3D blocks must be in the same subsystem.

Related Topics

External Websites