Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakPlatformFile
- IPlatformFile::OpenWrite()
- FPakPlatformFile::OpenWrite()
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 * OpenWrite
(
const TCHAR * Filename,
bool bAppend,
bool bAllowRead
)
Remarks
Attempt to open a file for writing. If successful will return a non-nullptr pointer. Close the file by deleting the handle.