
一、错误内容
Engine modules are out of date, and cannot be compiled while the engine is running
二、吐槽
由于没有仔细分析,特么又花了半天去编译源码,结果还是不行。这时候我冷静了。上网找了下资料。仔细分析了下。
可能是需要我用IDE进入。
资料入口:[solved] upgrade c++ project from ue 4.24 to 4.25 under Linux - Programming & Scripting / C++ - Unreal Engine Forums
解决方法:
1.右键项目启动文件,将引擎版本切换到刚刚编译好的引擎。
2. 使用VS2019打开项目。
3.在项目 xxx.Target.cs 文件中加入
DefaultBuildSettings = BuildSettingsVersion.V2;
4.最后启动项目,就解决了!!!
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)