Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/FAnalyticsPropertyStore
Helper task to persist the properties to disk in the background.
| Name | FFlushWorker |
| Type | class |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/AnalyticsPropertyStore.h |
| Include Path | #include "AnalyticsPropertyStore.h" |
Syntax
class FFlushWorker : public FNonAbandonableTask
Inheritance Hierarchy
- FNonAbandonableTask → FAnalyticsPropertyStore::FFlushWorker
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFlushWorker
(
FAnalyticsPropertyStore& InStore |
AnalyticsPropertyStore.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | TArray< uint8 > | AnalyticsPropertyStore.h | ||
| Store | FAnalyticsPropertyStore & | AnalyticsPropertyStore.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DoWork() |
AnalyticsPropertyStore.h | ||
TStatId GetStatId() |
AnalyticsPropertyStore.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const TCHAR * Name() |
AnalyticsPropertyStore.h |