Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > FCachedFileHandle
- IFileHandle::Flush()
- FCachedFileHandle::Flush()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileCachedWrapper.h |
Include | #include "HAL/IPlatformFileCachedWrapper.h" |
virtual bool Flush
&40;
const bool bFullFlush
&41;
Remarks
Flushes file handle to disk. true if operation completed successfully.
Parameters
Name | Description |
---|---|
bFullFlush | true to flush everything about the file (including its meta-data) with a strong guarantee that it will be on disk by the time this function returns, or false to let the operating/file system have more leeway about when the data actually gets written to disk |