FPlatformFileReadStatsHandle::SeekFromEnd

Change the current write or read position, relative to the end of the file.

Windows
MacOS
Linux

Override Hierarchy

IFileHandle::SeekFromEnd()

FPlatformFileReadStatsHandle::SeekFromEnd()

References

Module

Core

Header

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

Include

#include "HAL/IPlatformFileProfilerWrapper.h"

Syntax

virtual bool SeekFromEnd
(
    int64 NewPositionRelativeToEnd
)

Remarks

Change the current write or read position, relative to the end of the file.

Returns

true if the operation completed successfully.

Parameters

Parameter

Description

NewPositionRelativeToEnd

new write or read position, relative to the end of the file should be <=0!

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