Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCachedReadPlatformFile
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 → FCachedReadPlatformFile::OpenWrite
| Name | OpenWrite |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileCachedWrapper.h |
| Include Path | #include "HAL/IPlatformFileCachedWrapper.h" |
virtual IFileHandle * OpenWrite
(
const TCHAR * Filename,
bool bAppend,
bool bAllowRead
)