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" |
virtual IFileHandle &42; OpenWrite
&40;
const TCHAR &42; Filename,
bool bAppend,
bool bAllowRead
&41;
Remarks
Attempt to open a file for writing. If successful will return a non-nullptr pointer. Close the file by delete'ing the handle.