FArchiveSaveCompressedProxy::Seek

Seeking is only implemented internally for writing out compressed data and asserts otherwise.

Windows
MacOS
Linux

Override Hierarchy

FArchive::Seek()

FArchiveSaveCompressedProxy::Seek()

References

Module

Core

Header

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

Include

#include "Serialization/ArchiveSaveCompressedProxy.h"

Source

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

Syntax

virtual void Seek
(
    int64 InPos
)

Remarks

Seeking is only implemented internally for writing out compressed data and asserts otherwise.

Parameters

Parameter

Description

InPos

Position to seek to

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