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
7bb5de1979bcbc977f561fbfbbf29630abae4365
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
CoreUObject
/
Private
/
Serialization
History
Francis Hurteau
0729641dc7
Fixed crash in BulkData when detaching an already detached bulkdata
...
#rb Danny.Couture #issue 313 [CL 16641407 by Francis Hurteau in ue5-main branch]
2021-06-11 10:45:03 -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
…
ArchiveTraceRoute.cpp
…
ArchiveUObject.cpp
…
ArchiveUObjectFromStructuredArchive.cpp
…
AsyncLoading2.cpp
Added support for storing shaders in iostore.
2021-06-10 09:29:05 -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
Merge from Release-Engine-Test @ 16487383 to UE5/Main
2021-05-27 13:40:37 -04:00
BulkData2.cpp
Reloading inline bulkdata in the old loader will now raise an ensure rather than log warnings as it should make it easier for people to spot the problem before it hits the new loader and fails to work entirely.
2021-06-08 08:44:17 -04:00
BulkData.cpp
Fixed crash in BulkData when detaching an already detached bulkdata
2021-06-11 10:45:03 -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
…
FindReferencersArchive.cpp
…
LoadTimeTrace.cpp
…
LoadTimeTracePrivate.h
…
MappedName.cpp
…
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
…
UnversionedPropertySerializationTest.cpp
…
UnversionedPropertySerializationTest.h
…
Zenaphore.cpp
…
Zenaphore.h
…