Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/TAnalyticsProperty
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IAnalyticsPropertyStore::EStatusCode Set
(
IAnalyticsPropertyStore* Store, |
Interfaces/IAnalyticsPropertyStore.h | ||
IAnalyticsPropertyStore::EStatusCode Set
(
IAnalyticsPropertyStore* Store, |
Interfaces/IAnalyticsPropertyStore.h |
Set(IAnalyticsPropertyStore *, const T &)
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include Path | #include "Interfaces/IAnalyticsPropertyStore.h" |
IAnalyticsPropertyStore::EStatusCode Set
(
IAnalyticsPropertyStore * Store,
const T & Value
) const
Set(IAnalyticsPropertyStore , const T &, const TFunction< bool(const T , const T &)> &)
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include Path | #include "Interfaces/IAnalyticsPropertyStore.h" |
IAnalyticsPropertyStore::EStatusCode Set
(
IAnalyticsPropertyStore * Store,
const T & Value,
const TFunction < bool> & ConditionFn
) const