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<>
class TAnalyticsProperty< FString >
Remarks
Specialization for FString because the caller can specifies a capacity when adding a string.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FString | Key |
Functions
| Type | Name | Description | |
|---|---|---|---|
| IAnalyticsPropertyStore::EStatusCode | Get
(
IAnalyticsPropertyStore* Store, |
||
| IAnalyticsPropertyStore::EStatusCode | Set
(
IAnalyticsPropertyStore* Store, |
||
| IAnalyticsPropertyStore::EStatusCode | |||
TAnalyticsProperty
(
const TCHAR* InKey |
|||
| IAnalyticsPropertyStore::EStatusCode | Update
(
IAnalyticsPropertyStore* Store, |