Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FArchiveSaveCompressedProxy
- FArchiveState::Tell()
- FArchive::Tell()
- FArchiveSaveCompressedProxy::Tell()
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 |
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. current position in uncompressed stream in bytes