You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Comparing A==B will return true for NaN depending on the FP mode, so we now compare if both values are finite before comparing for equality. - This does not fix the source of the error, but will stop all subsequent float values being set to NaN #rb rob.krajcarski #jira UE-194597 [CL 27694043 by stu mckenna in ue5-main branch]