You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- If we need the shader source (i.e. material stats in the editor) we still keep the data around. The editor compiles shaders on demand and doesn't try to load these from the DDC so we don't have to worry about cache pollution. - Shader Debug Info also needs this information so we keep it around if developers are running with this enabled. - Added a helper function to the job input which determines if we need to store the original source code. NeedsOriginalShaderSource() #rb dan.elksnitis #tests Lyra Cook, Lyra Editor, UEFN Cooks [FYI] sebastian.schoner, Graeme.Thornton [CL 32061613 by jason nadro in ue5-main branch]