This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
95ce2445c4fa8890d0ddf46b2ac23aba10071a5a
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
AutoRTFMTests
History
neil henning
f9fc9d7277
Make AutoRTFMTests 1.2x faster to run by removing/reducing what we run.
...
#rb anna.fukutome [CL 33032580 by neil henning in ue5-main branch]
2024-04-17 07:09:43 -04:00
..
Classes
autortfm: rework the way UObject construction works
2024-03-21 23:46:29 -04:00
Private
Make AutoRTFMTests 1.2x faster to run by removing/reducing what we run.
2024-04-17 07:09:43 -04:00
AutoRTFMTests.Build.cs
- Make FDoubleProperty and FFloatProperty use Verse's extensional float equality semantics, and support value hashing. This should only affect comparison of NaNs: thanks to -ffast-math/fp:fast compiler flags, the previous behavior of FDoubleProperty::Identical/FDoubleProperty::Identical was for them to treat NaNs as equal to all other values. The new behavior is to treat all NaNs as equal to each other, and unequal to numbers.
2024-04-03 10:01:56 -04:00
AutoRTFMTests.Target.cs
Start to test every AutoRTFM use in UE core with a unit test to aid in preventing regressions.
2024-02-09 04:36:47 -05:00