Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakPlatformFile
- IPlatformFile::OpenRead()
- FPakPlatformFile::OpenRead()
References
| Module | PakFile |
| Header | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include | #include "IPlatformFilePak.h" |
| Source | /Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp |
virtual IFileHandle * OpenRead
(
const TCHAR * Filename,
bool bAllowWrite
)
Remarks
Attempt to open a file for reading. Please consider using the new overload that takes EReadFlags instead of bools as parameters.