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
69fd3e1226add578d71a9cc09c25898aaa2c2b19
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
CoreUObject
/
Private
/
Serialization
History
Per Larsson
03c092dbba
Fix non unity Crash reporter compile error
...
#rb none #rnx [CL 16725383 by Per Larsson in ue5-main branch]
2021-06-21 03:37:23 -04:00
..
Formatters
…
ArchiveCrc32.cpp
…
ArchiveDescribeReference.cpp
…
ArchiveDescribeReference.h
…
ArchiveFindAllRefs.cpp
…
ArchiveFindAllRefs.h
…
ArchiveFindCulprit.cpp
…
ArchiveHasReferences.cpp
…
ArchiveObjectCrc32.cpp
…
ArchiveObjectGraph.cpp
…
ArchiveShowReferences.cpp
…
ArchiveStackTrace.cpp
Merge UE5/RES @ 15958325 to UE5/Main
2021-04-08 14:32:07 -04:00
ArchiveTraceRoute.cpp
…
ArchiveUObject.cpp
Avoid resolving wrapped object pointer references when serializing to archive for memory counting purposes.
2021-03-16 17:53:58 -04:00
ArchiveUObjectFromStructuredArchive.cpp
…
AsyncLoading2.cpp
Integrating //UE5/Dev-Cooker @ 16678003 to //UE5/Main (Zousar.Shaker-YEG-0943-Quaternary)
2021-06-15 16:36:57 -04:00
AsyncLoading.cpp
Merge from Release-Engine-Test @ 16487383 to UE5/Main
2021-05-27 13:40:37 -04:00
AsyncLoading.h
…
AsyncLoadingFlushContext.cpp
Merge from Release-Engine-Test @ 16487383 to UE5/Main
2021-05-27 13:40:37 -04:00
AsyncLoadingPrivate.h
…
AsyncLoadingThread.h
…
AsyncPackage.h
…
AsyncPackageLoader.cpp
Integrating //UE5/Dev-Cooker @ 16678003 to //UE5/Main (Zousar.Shaker-YEG-0943-Quaternary)
2021-06-15 16:36:57 -04:00
BulkData2.cpp
Fix a bug where bulkdata that was compressed during the content cook was returning the compressed data rather than uncompressed data when the IoDispatcher was active.
2021-06-15 03:13:34 -04:00
BulkData.cpp
Fixed crash in BulkData when detaching an already detached bulkdata
2021-06-11 10:45:03 -04:00
CookOnTheFlyPackageStore.cpp
Fix non unity Crash reporter compile error
2021-06-21 03:37:23 -04:00
DeferredMessageLog.cpp
…
DuplicateDataReader.cpp
…
DuplicateDataWriter.cpp
…
EditorPackageLoader.cpp
Merge from Release-Engine-Test @ 16487383 to UE5/Main
2021-05-27 13:40:37 -04:00
EditorPackageLoader.h
…
FilePackageStore.cpp
Integrating //UE5/Dev-Cooker @ 16678003 to //UE5/Main (Zousar.Shaker-YEG-0943-Quaternary)
2021-06-15 16:36:57 -04:00
FindReferencersArchive.cpp
…
LoadTimeTrace.cpp
UnrealInsights: Fixed missing package names when using the new loader
2021-03-15 06:41:39 -04:00
LoadTimeTracePrivate.h
UnrealInsights: Fixed missing package names when using the new loader
2021-03-15 06:41:39 -04:00
MappedName.cpp
Integrating //UE5/Dev-Cooker @ 16678003 to //UE5/Main (Zousar.Shaker-YEG-0943-Quaternary)
2021-06-15 16:36:57 -04:00
ObjectReader.cpp
…
ObjectWriter.cpp
…
PropertyLocalizationDataGathering.cpp
…
TextReferenceCollector.cpp
…
TraceReferences.cpp
…
UnversionedPropertySerialization.cpp
FUnversionedStructSchema: fix Address Sanitzer's warning about calling delete on a pointer that was not allocated with new.
2021-05-05 10:03:10 -04:00
UnversionedPropertySerialization.h
Create function UStruct::GetSchemaHash. This function provides a hash that can be used to check whether tagged property serialization stored in a saved package is a match for the current binary's UClasses. This hash can be used to test whether versioned tagged property serialization will produce unchanged results, and whether unversioned property serialization will succeed.
2021-05-03 16:54:05 -04:00
UnversionedPropertySerializationTest.cpp
…
UnversionedPropertySerializationTest.h
…
Zenaphore.cpp
…
Zenaphore.h
…