FArchiveFileWriterGeneric::FlushBuffer

Write any internal buffer to the file handle @note Doesn't flush the handle itself, so this data may be cached by the OS and not yet written to disk!

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "HAL/FileManagerGeneric.h"

Source

/Engine/Source/Runtime/Core/Private/HAL/FileManagerGeneric.cpp

Syntax

bool FlushBuffer()

Remarks

Write any internal buffer to the file handle @note Doesn't flush the handle itself, so this data may be cached by the OS and not yet written to disk!

Returns

true if there was buffer data and it was written successfully, false if there was nothing to flush or the write failed

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