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