Add flush method to SweepstoreFileHandle for improved data synchronization
This commit is contained in:
@@ -37,6 +37,7 @@ public:
|
||||
|
||||
bool isOpen() const;
|
||||
void close();
|
||||
void flush();
|
||||
|
||||
// Windows-compatible I/O wrappers
|
||||
#if defined(_WIN32) || defined(WITH_UNREAL)
|
||||
|
||||
Reference in New Issue
Block a user