FManagedStoragePlatformFile::OpenAsyncRead

Open a file for async reading. This call does not hit the disk or block.

Windows
MacOS
Linux

Override Hierarchy

IPlatformFile::OpenAsyncRead()

FManagedStoragePlatformFile::OpenAsyncRead()

References

Module

Core

Header

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

Include

#include "HAL/IPlatformFileManagedStorageWrapper.h"

Syntax

virtual IAsyncReadFileHandle * OpenAsyncRead
(
    const TCHAR * Filename
)

Remarks

Open a file for async reading. This call does not hit the disk or block.

Returns

Close the file by delete'ing the handle. A non-null return value does not mean the file exists, since that may not be determined yet.

Parameters

Parameter

Description

Filename

file to be opened

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