How to solve RoadRunner plugin build issue in Unreal Engine?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
0 commentaires
Réponses (1)
Mayank Sengar
le 19 Juin 2023
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.
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!