Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/Interfaces > API/Runtime/Analytics/Interfaces/IAnalyticsPropertyStore
- IAnalyticsPropertyStore::Flush()
- FAnalyticsPropertyStore::Flush()
References
| Module | Analytics |
| Header | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include | #include "Interfaces/IAnalyticsPropertyStore.h" |
bool Flush
&40;
bool bAsync,
const FTimespan & Timeout
&41;
Remarks
Flushes cached values to persistent storage. True if the flush was executed (synchronous) or scheduled (asynchronous), false if the operation timed out.
Parameters
| Name | Description |
|---|---|
| bAsync | Whether the data in flushed in a background thread or in the calling thread. |
| Timeout | Maximum time to wait before the flush starts (synchronous) or get scheduled (asynchronous). FTimespan::Zero() means no waiting. |