Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform > API/Runtime/Core/GenericPlatform/IFileHandle
- IFileHandle::SeekFromEnd()
- FCachedFileHandle::SeekFromEnd()
- FLoggedFileHandle::SeekFromEnd()
- FNetworkFileHandle::SeekFromEnd()
- FManagedStorageFileWriteHandle::SeekFromEnd()
- FPakFileHandle::SeekFromEnd()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include | #include "GenericPlatform/GenericPlatformFile.h" |
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! |