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