Navigation
API > API/Runtime > API/Runtime/Analytics
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ImplMakeAnalyticsEventAttributeArray::MakeArray
(
TArray< FAnalyticsEventAttribute, Allocator >& Attrs |
AnalyticsEventAttribute.h | ||
void ImplMakeAnalyticsEventAttributeArray::MakeArray
(
TArray< FAnalyticsEventAttribute, Allocator >& Attrs, |
MakeArray is just a helper whose only purpose is to generate a sequence of AddElement calls and is meant to be always inlined. | AnalyticsEventAttribute.h |
ImplMakeAnalyticsEventAttributeArray::MakeArray(TArray< FAnalyticsEventAttribute, Allocator > &)
| Name | ImplMakeAnalyticsEventAttributeArray::MakeArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/AnalyticsEventAttribute.h |
| Include Path | #include "AnalyticsEventAttribute.h" |
namespace ImplMakeAnalyticsEventAttributeArray
{
template<typename Allocator>
void ImplMakeAnalyticsEventAttributeArray::MakeArray
(
TArray < FAnalyticsEventAttribute , Allocator > & Attrs
)
}
ImplMakeAnalyticsEventAttributeArray::MakeArray(TArray< FAnalyticsEventAttribute, Allocator > &, KeyType &&, ValueType &&, RemainingArgTypes &&...)
Description
MakeArray is just a helper whose only purpose is to generate a sequence of AddElement calls and is meant to be always inlined.
| Name | ImplMakeAnalyticsEventAttributeArray::MakeArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/AnalyticsEventAttribute.h |
| Include Path | #include "AnalyticsEventAttribute.h" |
namespace ImplMakeAnalyticsEventAttributeArray
{
template<typename Allocator, typename KeyType, typename ValueType, typename... RemainingArgTypes>
void ImplMakeAnalyticsEventAttributeArray::MakeArray
(
TArray < FAnalyticsEventAttribute , Allocator > & Attrs,
KeyType && Key,
ValueType && Value,
RemainingArgTypes &&... RemainingArgs
)
}