Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Unix > API/Runtime/Core/Unix/FUnixPlatformFile
- IPlatformFile::OpenWrite()
- FUnixPlatformFile::OpenWrite()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformFile.h |
Include | #include "Unix/UnixPlatformFile.h" |
Source | /Engine/Source/Runtime/Core/Private/Unix/UnixPlatformFile.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.