Navigation
API > API/Runtime > API/Runtime/Analytics
References
| Module | Analytics |
| Header | /Engine/Source/Runtime/Analytics/Analytics/Public/AnalyticsEventAttribute.h |
| Include | #include "AnalyticsEventAttribute.h" |
template<typename Allocator, typename... ArgTypes>
TArray < FAnalyticsEventAttribute , Allocator > MakeAnalyticsEventAttributeArray
(
ArgTypes &&... Args
)
Remarks
Helper to create 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.