Navigation
Unreal Engine C++ API Reference > Runtime > Core > GenericPlatform > IFileHandle
- IFileHandle::Flush()
- FLoggedFileHandle::Flush()
- FCachedFileHandle::Flush()
- FNetworkFileHandle::Flush()
- FManagedStorageFileWriteHandle::Flush()
- FPakFileHandle::Flush()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
Include | #include "GenericPlatform/GenericPlatformFile.h" |
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 |