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
f4e704099b4bc4e897bcfafee016f5519a497edd
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
CoreUObject
History
matt peters
d4fd637609
IncrementalCook: Add FCookDependency::SettingsObject.
...
#rnx #rb matt.breindel [CL 33907177 by matt peters in ue5-main branch]
2024-05-24 17:18:49 -04:00
..
Internal
[CrashFix] removed erronous code that was causing all transient objects to have IDOs, and also disabled IDOs for class default objects
2024-05-23 18:36:23 -04:00
Private
IncrementalCook: Add FCookDependency::SettingsObject.
2024-05-24 17:18:49 -04:00
Public
IncrementalCook: Add FCookDependency::SettingsObject.
2024-05-24 17:18:49 -04:00
Tests
Added optional tracking and persistence of which properties have been initialized
2024-05-21 12:17:02 -04:00
CoreUObject.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