TProfiledFileHandle::Seek

Change the current write or read position.

Windows
MacOS
Linux

Override Hierarchy

IFileHandle::Seek()

TProfiledFileHandle::Seek()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileProfilerWrapper.h

Include

#include "HAL/IPlatformFileProfilerWrapper.h"

Syntax

virtual bool Seek
(
    int64 NewPosition
)

Remarks

Change the current write or read position.

Returns

true if the operation completed successfully.

Parameters

Parameter

Description

NewPosition

new write or read position

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss