You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* New options: - "Disabled" - will turn off cooking and running with ray tracing. - "Inline" - will not compile any ray tracing material shaders and disable support for ray tracing shaders at runtime (saving time and memory) only inline passes will work. - "Full" - will enable full support for any ray tracing pass using inline or material shaders. * Set "Inline" as a default mode on those platforms. * Made barycentrics the new default ray tracing visualization mode because it's supported in all modes. #rb Krzysztof.Narkowicz, Yuriy.ODonnell #tests project with different RayTracingMode configurations [CL 33473937 by aleksander netzel in ue5-main branch]