![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for IAnalyticsPropertyStore, including all inherited members.
| Contains(const FString &Key) const =0 | IAnalyticsPropertyStore | pure virtual |
| EStatusCode enum name | IAnalyticsPropertyStore | |
| Flush(bool bAsync=false, const FTimespan &Timeout=FTimespan::MaxValue())=0 | IAnalyticsPropertyStore | pure virtual |
| Get(const FString &Key, int32 &OutValue) const =0 | IAnalyticsPropertyStore | pure virtual |
| Get(const FString &Key, uint32 &OutValue) const =0 | IAnalyticsPropertyStore | pure virtual |
| Get(const FString &Key, int64 &OutValue) const =0 | IAnalyticsPropertyStore | pure virtual |
| Get(const FString &Key, uint64 &OutValue) const =0 | IAnalyticsPropertyStore | pure virtual |
| Get(const FString &Key, float &OutValue) const =0 | IAnalyticsPropertyStore | pure virtual |
| Get(const FString &Key, double &OutValue) const =0 | IAnalyticsPropertyStore | pure virtual |
| Get(const FString &Key, bool &OutValue) const =0 | IAnalyticsPropertyStore | pure virtual |
| Get(const FString &Key, FString &OutValue) const =0 | IAnalyticsPropertyStore | pure virtual |
| Get(const FString &Key, FDateTime &OutValue) const =0 | IAnalyticsPropertyStore | pure virtual |
| Num() const =0 | IAnalyticsPropertyStore | pure virtual |
| Remove(const FString &Key)=0 | IAnalyticsPropertyStore | pure virtual |
| RemoveAll()=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, int32 Value)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, uint32 Value)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, int64 Value)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, uint64 Value)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, float Value)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, double Value)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, bool Value)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, const FString &Value, uint32 CharCountCapacityHint=0)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, const FDateTime &Value)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, int32 Value, const TFunction< bool(const int32 *, const int32 &)> &ConditionFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, uint32 Value, const TFunction< bool(const uint32 *, const uint32 &)> &ConditionFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, int64 Value, const TFunction< bool(const int64 *, const int64 &)> &ConditionFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, uint64 Value, const TFunction< bool(const uint64 *, const uint64 &)> &ConditionFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, float Value, const TFunction< bool(const float *, const float &)> &ConditionFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, double Value, const TFunction< bool(const double *, const double &)> &ConditionFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, bool Value, const TFunction< bool(const bool *, const bool &)> &ConditionFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, const FString &Value, const TFunction< bool(const FString *, const FString &)> &ConditionFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Set(const FString &Key, const FDateTime &Value, const TFunction< bool(const FDateTime *, const FDateTime &)> &ConditionFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Update(const FString &Key, const TFunction< bool(int32 &)> &UpdateFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Update(const FString &Key, const TFunction< bool(uint32 &)> &UpdateFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Update(const FString &Key, const TFunction< bool(int64 &)> &UpdateFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Update(const FString &Key, const TFunction< bool(uint64 &)> &UpdateFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Update(const FString &Key, const TFunction< bool(float &)> &UpdateFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Update(const FString &Key, const TFunction< bool(double &)> &UpdateFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Update(const FString &Key, const TFunction< bool(bool &)> &UpdateFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Update(const FString &Key, const TFunction< bool(FString &)> &UpdateFn)=0 | IAnalyticsPropertyStore | pure virtual |
| Update(const FString &Key, const TFunction< bool(FDateTime &)> &UpdateFn)=0 | IAnalyticsPropertyStore | pure virtual |
| VisitAll(const TFunction< void(FAnalyticsEventAttribute &&)> &VisitFn) const =0 | IAnalyticsPropertyStore | pure virtual |
| ~IAnalyticsPropertyStore()=default | IAnalyticsPropertyStore | virtual |