Navigation
API > API/Runtime > API/Runtime/Analytics
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
| Name | TAnalyticsProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include Path | #include "Interfaces/IAnalyticsPropertyStore.h" |
Syntax
template<typename T>
class TAnalyticsProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAnalyticsProperty
(
const TCHAR* InKey |
Interfaces/IAnalyticsPropertyStore.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | const FString | Interfaces/IAnalyticsPropertyStore.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IAnalyticsPropertyStore::EStatusCode Get
(
IAnalyticsPropertyStore* Store, |
Interfaces/IAnalyticsPropertyStore.h | ||
IAnalyticsPropertyStore::EStatusCode Set
(
IAnalyticsPropertyStore* Store, |
Interfaces/IAnalyticsPropertyStore.h | ||
IAnalyticsPropertyStore::EStatusCode Set
(
IAnalyticsPropertyStore* Store, |
Interfaces/IAnalyticsPropertyStore.h | ||
IAnalyticsPropertyStore::EStatusCode Update
(
IAnalyticsPropertyStore* Store, |
Interfaces/IAnalyticsPropertyStore.h |