Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakPlatformFile
- IPlatformFile::OpenAsyncRead()
- FPakPlatformFile::OpenAsyncRead()
References
Module | PakFile |
Header | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
Include | #include "IPlatformFilePak.h" |
Source | /Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp |
virtual IAsyncReadFileHandle &42; OpenAsyncRead
&40;
const TCHAR &42; Filename
&41;
Remarks
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.
Parameters
Name | Description |
---|---|
Filename | file to be opened |