Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/Interfaces
Inheritance Hierarchy
- IAnalyticsPropertyStore
- FAnalyticsPropertyStore
References
| Module | Analytics |
| Header | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include | #include "Interfaces/IAnalyticsPropertyStore.h" |
Syntax
class IAnalyticsPropertyStore
Remarks
Implements a fast type safe key/value database to store analytics properties collected during a session.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Returns true if the store contains the specified key. | ||
| bool | Flushes cached values to persistent storage. | ||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | Reads the specified key value from the store. | ||
| EStatusCode | |||
| uint32 | Num () |
Returns the number of elements in the store. | |
| bool | Removes the specified key from the store. | ||
| void | RemoveAll () |
Removes all existing keys from the store. | |
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | Conditionnnaly adds or updates the specified key/value pair. | ||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | Adds or updates the specified key/value pair. | ||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | |||
| EStatusCode | Updates an exiting value. | ||
| EStatusCode | |||
| EStatusCode | |||
| void | VisitAll
(
const TFunction< void(FAnalyticsEventAttribute&&)>& VisitFn |
Iterates the keys currently stored and invokes the visitor function for each key, converting the value to its string representation. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EStatusCode | The list of store operation outcome. |