Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FArchive
Description
Sets mapping from offsets/ sizes that are going to be used for seeking and serialization to what is actually stored on disk. If the archive supports dealing with compression in this way it is going to return true.
Derived Overrides
| Name | SetCompressionMap |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
| Include Path | #include "Serialization/Archive.h" |
virtual bool SetCompressionMap
(
TArray < FCompressedChunk > * CompressedChunks,
ECompressionFlags CompressionFlags
)
true if archive supports translating offsets & uncompressing on read, false otherwise
Parameters
| Name | Remarks |
|---|---|
| CompressedChunks | Pointer to array containing information about [un]compressed chunks |
| CompressionFlags | Flags determining compression format associated with mapping |