Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/Interfaces > API/Runtime/Analytics/Interfaces/IAnalyticsProvider
References
| Module | Analytics |
| Header | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsProvider.h |
| Include | #include "Interfaces/IAnalyticsProvider.h" |
void SetDefaultEventAttributes
(
TArray < FAnalyticsEventAttribute > && Attributes
)
Remarks
Sets an array of attributes that will automatically be appended to any event that is sent. Logical effect is like adding them to all events before calling RecordEvent. Practically, it is implemented much more efficiently from a storage and allocation perspective.