Navigation
Unreal Engine C++ API Reference > Runtime > Core > Serialization > FArchiveFromStructuredArchiveImpl
- FArchiveState::Tell()
- FArchiveProxy::Tell()
- FArchiveFromStructuredArchiveImpl::Tell()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/StructuredArchiveAdapters.h |
Include | #include "Serialization/StructuredArchiveAdapters.h" |
Source | /Engine/Source/Runtime/Core/Private/Serialization/ArchiveFromStructuredArchive.cpp |
virtual int64 Tell&40;&41;
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.