You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Compare FrameTimes rather than FrameNumbers, which was truncating the subframes. Remove erroneous ensure which compares PositionRelativeToStart and DurationWithSubFrames since on PlayReverse, PositionRelativeToStart is going to be negative. #jira UE-220346 #rb Andrew.Rodham, david.bromberg #lockdown aurel.cordonnier #tests Tested that playing a sequence with PlayReverse completes successfully and can be restarted. Ran Sequencer EngineTests. [CL 35281120 by Max Chen in 5.4 branch]