Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakPlatformFile
- IPlatformFile::OpenMapped()
- FPakPlatformFile::OpenMapped()
References
| Module | PakFile |
| Header | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include | #include "IPlatformFilePak.h" |
| Source | /Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp |
virtual IMappedFileHandle * OpenMapped
(
const TCHAR * Filename
)
Remarks
Open a file for async reading. This call does hit the disk; it is synchronous open.