Navigation
API > API/Runtime > API/Runtime/Analytics
Description
Helper to append to an array of attributes using a single expression. Reserves the necessary space in advance. There must be an even number of arguments, one for each key/value pair.
| Name | AppendAnalyticsEventAttributeArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/AnalyticsEventAttribute.h |
| Include Path | #include "AnalyticsEventAttribute.h" |
template<typename Allocator, typename... ArgTypes>
TArray < FAnalyticsEventAttribute , Allocator > & AppendAnalyticsEventAttributeArray
(
TArray < FAnalyticsEventAttribute , Allocator > & Attrs,
ArgTypes &&... Args
)