Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FArchiveLoadCompressedProxy
Description
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.
Virtual Inheritance
- FArchive::Seek → FArchiveLoadCompressedProxy::Seek
| Name | Seek |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/ArchiveLoadCompressedProxy.h |
| Include Path | #include "Serialization/ArchiveLoadCompressedProxy.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/ArchiveLoadCompressedProxy.cpp |
virtual void Seek
(
int64 InPos
)