Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakFileHandle
- IFileHandle::SeekFromEnd()
- FPakFileHandle::SeekFromEnd()
References
| Module | PakFile |
| Header | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include | #include "IPlatformFilePak.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! |