FArchiveLoadCompressedProxy::Seek

Seeks to the passed in position in the stream.

Windows
MacOS
Linux

Override Hierarchy

FArchive::Seek()

FArchiveLoadCompressedProxy::Seek()

References

Module

Core

Header

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

Include

#include "Serialization/ArchiveLoadCompressedProxy.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/ArchiveLoadCompressedProxy.cpp

Syntax

virtual void Seek
(
    int64 InPos
)

Remarks

Seeks to the passed in position in the stream. This archive only supports forward seeking and implements it by serializing data till it reaches the position.

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