Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/IAnalyticsPropertyStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EStatusCode Get
(
const FString& Key, |
Reads the specified key value from the store. | Interfaces/IAnalyticsPropertyStore.h | |
EStatusCode Get
(
const FString& Key, |
Interfaces/IAnalyticsPropertyStore.h | ||
EStatusCode Get
(
const FString& Key, |
Interfaces/IAnalyticsPropertyStore.h | ||
EStatusCode Get
(
const FString& Key, |
Interfaces/IAnalyticsPropertyStore.h | ||
EStatusCode Get
(
const FString& Key, |
Interfaces/IAnalyticsPropertyStore.h | ||
EStatusCode Get
(
const FString& Key, |
Interfaces/IAnalyticsPropertyStore.h | ||
EStatusCode Get
(
const FString& Key, |
Interfaces/IAnalyticsPropertyStore.h | ||
EStatusCode Get
(
const FString& Key, |
Interfaces/IAnalyticsPropertyStore.h | ||
EStatusCode Get
(
const FString& Key, |
Interfaces/IAnalyticsPropertyStore.h |
Get(const FString &, int32 &)
Description
Reads the specified key value from the store.
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include Path | #include "Interfaces/IAnalyticsPropertyStore.h" |
EStatusCode Get
(
const FString & Key,
int32 & OutValue
) const
One of the following code
- EStatusCode::Success if the value was read succeessfully.
- EStatusCode::BadType if the key/value pair exists, but the type used did not match the actual value type.
- EStatusCode::NotFound if the key/value could not be found.
Parameters
| Name | Remarks |
|---|---|
| Key | The name of the property to read. |
| OutValue | The value of the property if the function returns EStatusCode::Success, left unchanged otherwise. |
Get(const FString &, uint32 &)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include Path | #include "Interfaces/IAnalyticsPropertyStore.h" |
EStatusCode Get
(
const FString & Key,
uint32 & OutValue
) const
Get(const FString &, int64 &)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include Path | #include "Interfaces/IAnalyticsPropertyStore.h" |
EStatusCode Get
(
const FString & Key,
int64 & OutValue
) const
Get(const FString &, uint64 &)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include Path | #include "Interfaces/IAnalyticsPropertyStore.h" |
EStatusCode Get
(
const FString & Key,
uint64 & OutValue
) const
Get(const FString &, float &)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include Path | #include "Interfaces/IAnalyticsPropertyStore.h" |
EStatusCode Get
(
const FString & Key,
float & OutValue
) const
Get(const FString &, double &)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include Path | #include "Interfaces/IAnalyticsPropertyStore.h" |
EStatusCode Get
(
const FString & Key,
double & OutValue
) const
Get(const FString &, bool &)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include Path | #include "Interfaces/IAnalyticsPropertyStore.h" |
EStatusCode Get
(
const FString & Key,
bool & OutValue
) const
Get(const FString &, FString &)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include Path | #include "Interfaces/IAnalyticsPropertyStore.h" |
EStatusCode Get
(
const FString & Key,
FString & OutValue
) const
Get(const FString &, FDateTime &)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include Path | #include "Interfaces/IAnalyticsPropertyStore.h" |
EStatusCode Get
(
const FString & Key,
FDateTime & OutValue
) const