Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/IAnalyticsProvider
Description
Used with GetDefaultEventAttributeCount to iterate over the default attributes.
Range checking is not done, similar to TArray. Use GetDefaultAttributeCount() first!
| Name | GetDefaultEventAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsProvider.h |
| Include Path | #include "Interfaces/IAnalyticsProvider.h" |
FAnalyticsEventAttribute GetDefaultEventAttribute
(
int AttributeIndex
) const
one attribute of the default attributes so we don't have to copy the entire attribute array.