You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Added ERDGBuilderFlags::AllowParallelExecute to tag specific builders to attempt parallel execution. This avoids cases where small graphs fork tasks and end up causing contention. Only the main scene render graphs are tagged. - Moved RHI transition creation to an async task. - Moved parallel execute setup and dispatch to an async task. - Fixed RDG draining asserts using a short-term workaround by tagging relevant scene textures as non-transient. - Deprecated RDG AddPass utilities without names and fixed up last remnants. - Enabled parallel RDG execution by default. #fyi christopher.waters [CL 16925941 by zach bethel in ue5-main branch]