AppendAnalyticsEventAttributeArray

Helper to append to an array of attributes using a single expression.

Windows
MacOS
Linux

References

Module

Analytics

Header

/Engine/Source/Runtime/Analytics/Analytics/Public/AnalyticsEventAttribute.h

Include

#include "AnalyticsEventAttribute.h"

Syntax

template<typename Allocator, typename... ArgTypes>
TArray< FAnalyticsEventAttribute, Allocator > & AppendAnalyticsEventAttributeArray
(
    TArray< FAnalyticsEventAttribute, Allocator > & Attrs,
    ArgTypes &&... Args
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss