FPlatformFileReadStats::OpenWrite

Attempt to open a file for writing.

Windows
MacOS
Linux

Override Hierarchy

IPlatformFile::OpenWrite()

FPlatformFileReadStats::OpenWrite()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileProfilerWrapper.h

Include

#include "HAL/IPlatformFileProfilerWrapper.h"

Syntax

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 delete'ing the handle.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss