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
1ddeb68eeefe1302ebfd0ba714be1c84884d0f92
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
CoreUObject
/
Private
/
Tests
History
Devin Doucette
fa8250517d
SharedBuffer: Added MoveToShared() and MoveToUnique() to convert between buffer types
...
#rb Matt.Peters #rnx [CL 15917930 by Devin Doucette in ue5-main branch]
2021-04-05 12:38:27 -04:00
..
Serialization
Also undef TEST_NAME_ROOT in Texture2D and BulkData tests.
2020-12-14 15:33:22 -04:00
Virtualization
SharedBuffer: Added MoveToShared() and MoveToUnique() to convert between buffer types
2021-04-05 12:38:27 -04:00
ObjectHandleTest.cpp
Revision 2 (with handling for uninitialized object references):
2021-03-02 14:39:53 -04:00
ObjectPtrTest.cpp
Avoid resolving wrapped object pointer references when serializing to archive for memory counting purposes.
2021-03-16 17:53:58 -04:00
ObjectRefTrackingTestBase.cpp
…
ObjectRefTrackingTestBase.h
Avoid installing test access tracker on test construction as that causes it to get used in editor when no tests have been run. Instead install on instantiation of the metrics tracking struct.
2021-02-16 19:22:58 -04:00