
説明
The models loaded by UE at runtime have always only had screen-space Lumen, making the picture relatively unrealistic. The rendering effect has always been much worse than the models cooked and packaged in the UE Editor. But now this plugin (AZLumenRuntime) has successfully transplanted the generation process of Mesh's SDF and MeshCard to the runtime environment. Just by turning on Runtime Mesh monitoring in the runtime environment, smooth SDF and MeshCard calculations can be generated for the new StaticMesh entering the Level in the background thread queue. Once the generation is completed, the perfect Lumen global illumination can be presented immediately, instead of the deceptive screen-space Lumen.
However, there is a limitation here. Without modifying the UE source code, the graphics card needs to support HardwareRaytracing to function correctly. If you have the ability to modify the UE source code (see the subsequent document link, which indicates the source code modification location), you can break this limitation and present Lumen global illumination perfectly on the models loaded at runtime without enabling HardwareRaytracing.
This plugin has been tested and passed in UE 5.3.2 and UE 5.4.2.
Other versions of the plugin can also be provided. The UE version number is required to be greater than or equal to 5.1. You can inquire by emailing me.