You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
FDateTime::GetJulianDay() was using an integer division which result in values snaped to midnight each day. result is: FDateTime::FromJulianDay(x.GetJulianDay()) is different from x by up to 1 day. #preflight: 61fbab4602428bcd0d378caf #rb Ben.hoffman jeanmichel.dignard [CL 18841321 by Johan Duparc in ue5-main branch]