Package Error : UE4.26 , Cesium v1.20.0

Hello, I have the following issue when I’m trying to package a UE4.26 project for Windows platform using CesiumUnreal 1.20.0 :


When I compile the code in VS2019, there are no compilation errors. However, the problem shown in the above picture occurred during packaging in UE4 Editor.

and I temporarily solved this problem by modify the OPAQUE to OPAQUE1. following the picture.



then package succeed.

Is there a solution to totally solve this problem?

Yes, there is a workaround, see here:

Thanks a lot! I’ll try it soon.

In my own module,I missed this statement “bEnableExceptions = true;”
When I add it, things get better. Thanks a lot!