Navigation
API > API/Runtime > API/Runtime/SandboxFile > API/Runtime/SandboxFile/FSandboxPlatformFile
- IPlatformFile::OpenWrite()
- FSandboxPlatformFile::OpenWrite()
References
Module | SandboxFile |
Header | /Engine/Source/Runtime/SandboxFile/Public/IPlatformFileSandboxWrapper.h |
Include | #include "IPlatformFileSandboxWrapper.h" |
Source | /Engine/Source/Runtime/SandboxFile/Private/IPlatformFileSandboxWrapper.cpp |
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.