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