Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/FAnalyticsPropertyStore
- IAnalyticsPropertyStore::VisitAll()
- FAnalyticsPropertyStore::VisitAll()
References
| Module | Analytics |
| Header | /Engine/Source/Runtime/Analytics/Analytics/Public/AnalyticsPropertyStore.h |
| Include | #include "AnalyticsPropertyStore.h" |
| Source | /Engine/Source/Runtime/Analytics/Analytics/Private/AnalyticsPropertyStore.cpp |
virtual void VisitAll
&40;
const TFunction< void(FAnalyticsEventAttribute &&)> & VisitFn
&41; const
Remarks
Iterates the keys currently stored and invokes the visitor function for each key, converting the value to its string representation.
Parameters
| Name | Description |
|---|---|
| VisitFn | The callback invoked for each key/value pair visited. |