ImplMakeAnalyticsEventAttributeArray::MakeArray

Recursively add the arguments to the array.

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, typename... ArgTypes>
    void ImplMakeAnalyticsEventAttributeArray::MakeArray
    (
        TArray< FAnalyticsEventAttribute, Allocator > & Attrs,
        KeyType && Key,
        ValueType && Value,
        ArgTypes &&... Args
    )
}

Remarks

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