Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > FCachedFileHandle
- IFileHandle::Seek()
- FCachedFileHandle::Seek()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileCachedWrapper.h |
Include | #include "HAL/IPlatformFileCachedWrapper.h" |
virtual bool Seek
&40;
int64 NewPosition
&41;
Remarks
Change the current write or read position. true if the operation completed successfully.
Parameters
Name | Description |
---|---|
NewPosition | new write or read position |