![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IAnalyticsPropertyStore.h>
Public Member Functions | |
| TAnalyticsProperty (const TCHAR *InKey) | |
| IAnalyticsPropertyStore::EStatusCode | Set (IAnalyticsPropertyStore *Store, const T &Value) const |
| IAnalyticsPropertyStore::EStatusCode | Set (IAnalyticsPropertyStore *Store, const T &Value, const TFunction< bool(const T *, const T &)> &ConditionFn) const |
| IAnalyticsPropertyStore::EStatusCode | Get (IAnalyticsPropertyStore *Store, T &OutValue) const |
| IAnalyticsPropertyStore::EStatusCode | Update (IAnalyticsPropertyStore *Store, const TFunction< bool(T &InOutValue)> &UpdateFn) const |
Public Attributes | |
| const FString | Key |
Utility class to remember the key value type and let the compiler implicitly convert type or fail if such conversion is not possible. Usage:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| const FString TAnalyticsProperty< T >::Key |