How to solve RoadRunner plugin build issue in Unreal Engine?
6 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Mayank Sengar
2023-6-19
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!