UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ImplMakeAnalyticsEventAttributeArray Namespace Reference

Functions

template<typename Allocator , typename KeyType , typename ValueType >
FORCENOINLINE void AddElement (TArray< FAnalyticsEventAttribute, Allocator > &Attrs, const KeyType &Key, const ValueType &Value)
 
template<typename Allocator >
FORCEINLINE void MakeArray (TArray< FAnalyticsEventAttribute, Allocator > &Attrs)
 
template<typename Allocator , typename KeyType , typename ValueType , typename... RemainingArgTypes>
FORCEINLINE void MakeArray (TArray< FAnalyticsEventAttribute, Allocator > &Attrs, KeyType &&Key, ValueType &&Value, RemainingArgTypes &&...RemainingArgs)
 

Detailed Description

Helper functions for MakeAnalyticsEventAttributeArray.

Function Documentation

◆ AddElement()

template<typename Allocator , typename KeyType , typename ValueType >
FORCENOINLINE void ImplMakeAnalyticsEventAttributeArray::AddElement ( TArray< FAnalyticsEventAttribute, Allocator > &  Attrs,
const KeyType &  Key,
const ValueType &  Value 
)

◆ MakeArray() [1/2]

template<typename Allocator >
FORCEINLINE void ImplMakeAnalyticsEventAttributeArray::MakeArray ( TArray< FAnalyticsEventAttribute, Allocator > &  Attrs)

◆ MakeArray() [2/2]

template<typename Allocator , typename KeyType , typename ValueType , typename... RemainingArgTypes>
FORCEINLINE void ImplMakeAnalyticsEventAttributeArray::MakeArray ( TArray< FAnalyticsEventAttribute, Allocator > &  Attrs,
KeyType &&  Key,
ValueType &&  Value,
RemainingArgTypes &&...  RemainingArgs 
)