ImplMakeAnalyticsEventAttributeArray::MakeArray

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

ImplMakeAnalyticsEventAttributeArray::MakeArray

(
    TArray< FAnalyticsEventAttribute, A...
)

Recursion terminator. Empty list.

Public function

void

 

ImplMakeAnalyticsEventAttributeArray::MakeArray

(
    TArray< FAnalyticsEventAttribute, A...,
    KeyType&& Key,
    ValueType&& Value
)

Recursion terminator. Convert the key/value pair to analytics strings.

Public function

void

 

ImplMakeAnalyticsEventAttributeArray::MakeArray

(
    TArray< FAnalyticsEventAttribute, A...,
    KeyType&& Key,
    ValueType&& Value,
    ArgTypes&&... Args
)

Recursively add the arguments to the array.

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