Navigation
API > API/Runtime > API/Runtime/NetworkFile > API/Runtime/NetworkFile/FNetworkFileHandle
- IFileHandle::Flush()
- FNetworkFileHandle::Flush()
References
| Module | NetworkFile |
| Header | /Engine/Source/Runtime/NetworkFile/Public/NetworkPlatformFile.h |
| Include | #include "NetworkPlatformFile.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 |