Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/Interfaces > API/Runtime/Analytics/Interfaces/IAnalyticsPropertyStore
References
| Module | Analytics |
| Header | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include | #include "Interfaces/IAnalyticsPropertyStore.h" |
Syntax
enum EStatusCode
&123;
Success,
NotFound,
BadType,
Declined,
&125;
Values
| Name | Description |
|---|---|
| Success | The operation terminated sucessfully. |
| NotFound | The operation failed because the key could not be found. |
| BadType | The operation failed because the key value provided did not match the currently stored value. |
| Declined | A conditional operation failed because it was declined by the caller (during a callback). |
Remarks
The list of store operation outcome.