Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > FCachedFileHandle
- IFileHandle::SeekFromEnd()
- FCachedFileHandle::SeekFromEnd()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileCachedWrapper.h |
Include | #include "HAL/IPlatformFileCachedWrapper.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! |