ImplMakeAnalyticsEventAttributeArray::MakeArray

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

Windows
MacOS
Linux

References

Module

Analytics

Header

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

Include

#include "AnalyticsEventAttribute.h"

Syntax

namespace ImplMakeAnalyticsEventAttributeArray
{
    template<typename Allocator, typename KeyType, typename ValueType>
    void ImplMakeAnalyticsEventAttributeArray::MakeArray
    (
        TArray< FAnalyticsEventAttribute, Allocator > & Attrs,
        KeyType && Key,
        ValueType && Value
    )
}

Remarks

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

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