Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
Include |
#include "GenericPlatform/GenericPlatformFile.h" |
Source |
/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformFile.cpp |
virtual IAsyncReadFileHandle * OpenAsyncRead
(
const TCHAR * Filename
)
Open a file for async reading. This call does not hit the disk or block.
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.
Parameter |
Description |
---|---|
Filename |
file to be opened |