Navigation
API > API/Runtime > API/Runtime/NetworkFile > API/Runtime/NetworkFile/FNetworkFileHandle
- IFileHandle::SeekFromEnd()
- FNetworkFileHandle::SeekFromEnd()
References
| Module | NetworkFile |
| Header | /Engine/Source/Runtime/NetworkFile/Public/NetworkPlatformFile.h |
| Include | #include "NetworkPlatformFile.h" |
virtual bool SeekFromEnd
&40;
int64 NewPositionRelativeToEnd
&41;
Remarks
Change the current write or read position, relative to the end of the file. true if the operation completed successfully.
Parameters
| Name | Description |
|---|---|
| NewPositionRelativeToEnd | new write or read position, relative to the end of the file should be <=0! |