![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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) |
Helper functions for MakeAnalyticsEventAttributeArray.
| FORCENOINLINE void ImplMakeAnalyticsEventAttributeArray::AddElement | ( | TArray< FAnalyticsEventAttribute, Allocator > & | Attrs, |
| const KeyType & | Key, | ||
| const ValueType & | Value | ||
| ) |
| FORCEINLINE void ImplMakeAnalyticsEventAttributeArray::MakeArray | ( | TArray< FAnalyticsEventAttribute, Allocator > & | Attrs | ) |
| FORCEINLINE void ImplMakeAnalyticsEventAttributeArray::MakeArray | ( | TArray< FAnalyticsEventAttribute, Allocator > & | Attrs, |
| KeyType && | Key, | ||
| ValueType && | Value, | ||
| RemainingArgTypes &&... | RemainingArgs | ||
| ) |