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
d856426368e269235b612f8fb5a8ea0ca88f8190
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Core
/
Public
/
Serialization
History
dominic couture
352738cc49
Added TVersionedWriter/Reader a template you can use to make an FArchiveProxy that uses the provided writer/reader but automatically serialize the custom version container
...
#rb Johan.Torp, Steve.Robb [CL 31714133 by dominic couture in ue5-main branch]
2024-02-21 22:12:54 -05:00
..
Csv
…
Formatters
…
Archive.h
…
ArchiveCookData.h
…
ArchiveLoadCompressedProxy.h
…
ArchiveProxy.h
…
ArchiveSaveCompressedProxy.h
FCompression interface update to 64 bit.
2024-02-21 12:49:23 -05:00
ArchiveSerializedPropertyChain.h
Fixed up DerivedDataCache, DesktopPlatform, ApplicationCore, AssetRegistry, Core, CoreUObject, Projects, Sockets code to use EAllowShrinking instead of bools.
2024-01-17 19:51:06 -05:00
ArrayReader.h
…
ArrayWriter.h
…
BitArchive.h
…
BitReader.h
…
BitWriter.h
…
BufferArchive.h
…
BufferReader.h
…
BufferWriter.h
…
CompactBinary.h
Deprecated TIsTriviallyDestructible.
2024-02-21 15:55:03 -05:00
CompactBinaryContainerSerialization.h
…
CompactBinaryPackage.h
…
CompactBinarySerialization.h
…
CompactBinaryValidation.h
…
CompactBinaryValue.h
…
CompactBinaryWriter.h
…
CompressedChunkInfo.h
…
CustomVersion.h
…
FileRegions.h
…
LargeMemoryData.h
…
LargeMemoryReader.h
…
LargeMemoryWriter.h
…
LoadTimeTrace.h
…
MappedName.h
…
MemoryArchive.h
…
MemoryHasher.h
…
MemoryImage.h
…
MemoryImageWriter.h
…
MemoryLayout.h
Deprecated TIsTriviallyDestructible.
2024-02-21 15:55:03 -05:00
MemoryReader.h
…
MemoryWriter.h
[MemoryWriter] template array allocator type; support 8/16 bit index sizes
2024-01-17 12:07:24 -05:00
NameAsStringIndexProxyArchive.h
…
NameAsStringProxyArchive.h
…
PackageWriter.h
UPackage::SavedHash: Add the API that replaces UPackage->Guid. FIoHash SavedHash (or PackageSavedHash ) is now used instead on UPackage, FPackageSummary, and FAssetPackageData. Remark Guid as deprecated; we will remove it in 5.5. This replacement only applies to the editor; in the cooked game we are removing UPackage->Guid with no replacment because it is unnecessary and costs memory.
2024-02-05 10:52:11 -05:00
StaticMemoryReader.h
…
StructuredArchive.h
…
StructuredArchiveAdapters.h
…
StructuredArchiveChildReader.h
…
StructuredArchiveDefines.h
…
StructuredArchiveFormatter.h
…
StructuredArchiveFwd.h
…
StructuredArchiveNameHelpers.h
…
StructuredArchiveSlotBase.h
…
StructuredArchiveSlots.h
…
VarInt.h
…
VersionedArchive.h
Added TVersionedWriter/Reader a template you can use to make an FArchiveProxy that uses the provided writer/reader but automatically serialize the custom version container
2024-02-21 22:12:54 -05:00