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