Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FArchiveState
Description
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.
Derived Overrides
- FArchive::Tell
- FArchiveFileReaderGeneric::Tell
- FArchiveFileWriterGeneric::Tell
- FArchiveFromStructuredArchiveImpl::Tell
- FArchiveLoadCompressedProxy::Tell
- FArchiveProxy::Tell
- FArchiveSaveCompressedProxy::Tell
- FBufferReaderBase::Tell
- FBufferWriter::Tell
- FMemoryArchive::Tell
- FPreloadableArchive::Tell
- FPreloadableArchiveProxy::Tell
- FTransactionallySafeArchiveWriter::Tell
| Name | Tell |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
| Include Path | #include "Serialization/Archive.h" |
virtual int64 Tell()