Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPlatformFile
Description
Attempt to open a file for writing. If successful will return a non-nullptr pointer. Close the file by deleting the handle.
Derived Overrides
- FCachedReadPlatformFile::OpenWrite
- FLoggedPlatformFile::OpenWrite
- FPlatformFileOpenLog::OpenWrite
- FUnixPlatformFile::OpenWrite
| Name | OpenWrite |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path | #include "GenericPlatform/GenericPlatformFile.h" |
IFileHandle * OpenWrite
(
const TCHAR * Filename,
bool bAppend,
bool bAllowRead
)