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
2fd6372116dc42889e251cd07697848eec050708
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
CoreUObject
/
Private
/
Serialization
History
jamie dale
933348f856
Use the FMessageDialog overloads that pass the optional title by-value
...
#jira #rb none #rnx [CL 25062589 by jamie dale in ue5-main branch]
2023-04-15 19:49:32 -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
Move FArchiveStackTraceWriter's default destructor to be implemented in the .cpp to allow ArchiveStackTrace.h to compile.
2023-03-27 08:29:14 -04:00
ArchiveTraceRoute.cpp
…
ArchiveUObject.cpp
…
ArchiveUObjectFromStructuredArchive.cpp
…
AsyncLoading2.cpp
ZenLoader: Only finish loading packages that are part of the current sync load context and when flushing a specific request only call completion callbacks for the requested package
2023-04-13 11:17:16 -04:00
AsyncLoading.cpp
Use the FMessageDialog overloads that pass the optional title by-value
2023-04-15 19:49:32 -04:00
AsyncLoading.h
Fix for recursive async loading in legacy loader
2023-03-24 14:10:04 -04:00
AsyncLoadingFlushContext.cpp
…
AsyncLoadingPrivate.h
…
AsyncLoadingThread.h
ZenLoader in Editor: Respect the LoadObject flags LOAD_Quiet and LOAD_Warn flags to silence warnings about missing packages in this scenario.
2023-03-01 15:38:55 -05:00
AsyncPackage.h
…
AsyncPackageLoader.cpp
Add a -nozenloader option to disable the loader, takes priority over other method of enabling zenloader if present
2023-03-15 14:52:40 -04:00
BulkData.cpp
Bulkdata will no longer fatal error if the archive is in an error state before serialization starts.
2023-02-24 15:02:22 -05:00
BulkDataRegistry.cpp
…
BulkDataStreaming.cpp
Replaced uses of FLazyEvent with FManualResetEvent
2023-03-27 18:26:53 -04:00
DeferredMessageLog.cpp
…
DerivedData.cpp
Replaced uses of FLazyEvent with FManualResetEvent
2023-03-27 18:26:53 -04:00
DuplicateDataReader.cpp
…
DuplicateDataWriter.cpp
…
EditorBulkData.cpp
Fix race and typo in EditorBulkData trace counters
2023-03-22 08:02:22 -04:00
EditorPackageLoader.cpp
ZenLoader in Editor: Respect the LoadObject flags LOAD_Quiet and LOAD_Warn flags to silence warnings about missing packages in this scenario.
2023-03-01 15:38:55 -05:00
EditorPackageLoader.h
…
FindReferencersArchive.cpp
…
LoadTimeTrace.cpp
…
LoadTimeTracePrivate.h
…
NullArchive.h
…
ObjectReader.cpp
…
ObjectWriter.cpp
…
PackageWriterToSharedBuffer.cpp
Fix Cooking with DiffOnly while diffing both cooked and optional data
2023-04-14 16:40:23 -04:00
PropertyLocalizationDataGathering.cpp
…
TextReferenceCollector.cpp
…
TraceReferences.cpp
…
UnversionedPropertySerialization.cpp
…
UnversionedPropertySerialization.h
…
UnversionedPropertySerializationTest.cpp
…
UnversionedPropertySerializationTest.h
…
Zenaphore.cpp
…
Zenaphore.h
…