Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/Interfaces > API/Runtime/Analytics/Interfaces/IAnalyticsPropertyStore
- IAnalyticsPropertyStore::VisitAll()
- FAnalyticsPropertyStore::VisitAll()
References
| Module | Analytics |
| Header | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include | #include "Interfaces/IAnalyticsPropertyStore.h" |
void VisitAll
(
const TFunction < void &&)> & VisitFn
) 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. |