Add flush method to SweepstoreFileHandle for improved data synchronization

This commit is contained in:
ImBenji
2025-12-02 15:24:01 +00:00
parent 5d9b34e030
commit 82efc4a524
3 changed files with 21 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ public:
bool isOpen() const;
void close();
void flush();
// Windows-compatible I/O wrappers
#if defined(_WIN32) || defined(WITH_UNREAL)