FLoggingAsyncReadFileHandle

Windows
MacOS
Linux

Inheritance Hierarchy

IAsyncReadFileHandle

FLoggingAsyncReadFileHandle

References

Module

Core

Header

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

Include

#include "HAL/IPlatformFileOpenLogWrapper.h"

Syntax

class FLoggingAsyncReadFileHandle : public IAsyncReadFileHandle

Constructors

Name Description

Public function

FLoggingAsyncReadFileHandle

(
    FPlatformFileOpenLog* InOwner,
    const TCHAR* InFilename,
    IAsyncReadFileHandle* InActual...
)

Destructors

Overridden from IAsyncReadFileHandle

Name Description

Public function Virtual

IAsyncReadRe...

 

ReadRequest

(
    int64 Offset,
    int64 BytesToRead,
    EAsyncIOPriorityAndFlags PriorityAn...,
    FAsyncFileCallBack* CompleteCa...,
    uint8* UserSuppliedMemory
)

Submit an async request and/or wait for an async request

Public function Virtual

IAsyncReadRe...

 

SizeRequest

(
    FAsyncFileCallBack* CompleteCa...
)

Request the size of the file. This is also essentially the existence check.

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