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
e7ad7439578795561ba37c01ea7672b2e0fd19f3
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
CoreUObject
History
jared cotton
52e0a678e2
SOL-6277 - PresubmitTest: base class 'Verse::VArrayBase' is uninitialized when used here to access 'Verse::VArrayBase::NumValues'
...
- Fix typo - remove undefined func [CL 32827365 by jared cotton in ue5-main branch]
2024-04-09 11:33:08 -04:00
..
Internal
Move TDirectoryTree from CoreUObject to Core.
2024-04-08 21:37:55 -04:00
Private
A bit of cleanup in IDOs before removing property bags
2024-04-09 10:21:54 -04:00
Public
SOL-6277 - PresubmitTest: base class 'Verse::VArrayBase' is uninitialized when used here to access 'Verse::VArrayBase::NumValues'
2024-04-09 11:33:08 -04:00
Tests
Allow TObjectPtr instances to resolve directly to placeholder-typed references when T=UObject.
2024-03-22 11:12:08 -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