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