How to solve RoadRunner plugin build issue in Unreal Engine?

I am following the instruction from the following MathWorks support page. I am getting error while building projects for unreal Engine. Any suggestions?
thttps://www.mathworks.com/support/search.html/answers/568665-how-do-i-set-up-roadrunner-plugin-in-unreal-engine.html?fq%5B%5D=asset_type_name:answer&fq%5B%5D=category:roadrunner/export-scenes&page=1

Answers (1)

The error "Engines modules are out of date and cannot be compiled while engine is running. Please build through your IDE" usually happens when you're trying to run a code in MATLAB but that code is using outdated modules or libraries.
To fix this error, you need to stop the current MATLAB process (the one that's running the outdated modules) and recompile the code again using a different tool outside of MATLAB. This means you'll need to use another program like Visual Studio or Eclipse to rebuild and run the code.
By doing this, you will be able to update the outdated modules and avoid conflicts with the current code that is running.

Products

Release

R2023a

Asked:

on 8 Jun 2023

Answered:

on 19 Jun 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!