You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Move PreUpdate into its own loop and call it on all polling objects. * Properly manage objects that set dirtyness on other objects inside PreUpdate/PreReplication * Now objects that get set dirty inside PreReplication but are not set to be polled will still be set dirty on the next frame. * Deleted code that tested if such dependencies existed #jira UE-192518, FORT-639953 #rb Peter.Engstrom #rnx [CL 27955686 by louisphilippe seguin in ue5-main branch]