Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FArchiveFileWriterGeneric
- FArchiveState::Tell()
- FArchiveFileWriterGeneric::Tell()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/FileManagerGeneric.h |
| Include | #include "HAL/FileManagerGeneric.h" |
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.