FPakFileHandle::Read

Read bytes from the file.

Windows
MacOS
Linux

Override Hierarchy

IFileHandle::Read()

FPakFileHandle::Read()

References

Module

PakFile

Header

/Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h

Include

#include "IPlatformFilePak.h"

Syntax

virtual bool Read
(
    uint8 * Destination,
    int64 BytesToRead
)

Remarks

Read bytes from the file.

Returns

true if the operation completed successfully.

Parameters

Parameter

Description

Destination

Buffer to holds the results, should be at least BytesToRead in size.

BytesToRead

Number of bytes to read into the destination.

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