FArchiveLoadCompressedProxy::Tell

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

Windows
MacOS
Linux

Override Hierarchy

FArchiveState::Tell()

FArchiveLoadCompressedProxy::Tell()

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 int64 Tell()

Remarks

Returns the current location within the backing data storage, which can possibly be passed to Seek later to restore a read/write location. If this returns -1, there is no backing data storage and Seek will not function.

Returns

current position in uncompressed stream in bytes.

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