FArchiveLoadCompressedProxy

[FArchive](API\Runtime\Core\Serialization\FArchive) Proxy to transparently load compressed data from an array.

Windows
MacOS
Linux

Inheritance Hierarchy

FArchiveState

FArchive

FArchiveLoadCompressedProxy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/ArchiveLoadCompressedProxy.h

Include

#include "Serialization/ArchiveLoadCompressedProxy.h"

Syntax

class FArchiveLoadCompressedProxy : public FArchive

Remarks

FArchive Proxy to transparently load compressed data from an array.

Constructors

Name Description

Public function

FArchiveLoadCompressedProxy

(
    const TArray< uint8 >& InCompresse...,
    FName CompressionFormat,
    ECompressionFlags InCompressionFlag...
)

Destructors

Name Description

Public function Virtual

~FArchiveLoadCompressedProxy()

Destructor, freeing temporary memory.

Overridden from FArchive

Name Description

Public function Virtual

void

 

Seek

(
    int64 InPos
)

Seeks to the passed in position in the stream.

Public function Virtual

void

 

Serialize

(
    void* Data,
    int64 Count
)

Serializes data from archive.

Overridden from FArchiveState

Name Description

Public function Virtual

int64

 

Tell()

Returns the current location within the backing data storage, which can possibly be passed to Seek later to restore a read/write location.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss