Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/Interfaces
References
| Module | Analytics |
| Header | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include | #include "Interfaces/IAnalyticsPropertyStore.h" |
Syntax
template<typename T>
class TAnalyticsProperty
Remarks
Utility class to remember the key value type and let the compiler implicitly convert type or fail if such conversion is not possible. Usage: staticconstTAnalyticsProperty
Specializations
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FString | Key |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TAnalyticsProperty
(
const TCHAR* InKey |
Functions
| Type | Name | Description | |
|---|---|---|---|
| IAnalyticsPropertyStore::EStatusCode | Get
(
IAnalyticsPropertyStore* Store, |
||
| IAnalyticsPropertyStore::EStatusCode | Set
(
IAnalyticsPropertyStore* Store, |
||
| IAnalyticsPropertyStore::EStatusCode | Set
(
IAnalyticsPropertyStore* Store, |
||
| IAnalyticsPropertyStore::EStatusCode | Update
(
IAnalyticsPropertyStore* Store, |