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.
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.
Features:
Code Modules:
Number of Blueprints: 0
Number of C++ Classes: 3
Network Replicated: No
Supported Development Platforms: Win64
Supported Target Build Platforms: Win64
Important/Additional Notes: If the UE source code is not modified (see the documentation for specific modifications), your graphics card needs to support HardwareRaytracing.