You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
-DDC-Verify will verify determinism on every access to the cache. -DDC-Verify=StaticMesh+Texture will verify determinism on every access static mesh and texture keys. -DDC-Verify=StaticMesh@12.5+Texture will verify determinism on 12.5% of accesses to static mesh keys and every access to texture keys. -DDC-VerifyRate=5 -DDC-Verify=Texture will verify detereminism on every access to texture keys and 5% of other keys. -DDC-VerifyRate=5 -DDC-Verify will verify determinism on 5% of keys. -DDC-VerifySalt=PositiveInt32 will set the salt used to match keys to verify. A key always has the same verification behavior with the same salt. #preflight 6244ad99637925b5d3bc7fab #rb Zousar.Shaker [CL 19563192 by Devin Doucette in ue5-main branch]