Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/IAnalyticsPropertyStore
The list of store operation outcome.
| Name | EStatusCode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include Path | #include "Interfaces/IAnalyticsPropertyStore.h" |
Syntax
enum EStatusCode
{
Success,
NotFound,
BadType,
Declined,
}
Values
| Name | Remarks |
|---|---|
| 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). |