IAnalyticsProviderET::RecordEventJson

Helper for RecordEventJson when the array is not an rvalue reference.

Windows
MacOS
Linux

References

Module

AnalyticsET

Header

/Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h

Include

#include "IAnalyticsProviderET.h"

Syntax

void RecordEventJson
(
    FString EventName,
    const TArray< FAnalyticsEventAttribute > & AttributesJson
)

Remarks

Helper for RecordEventJson when the array is not an rvalue reference.

Parameters

Parameter

Description

EventName

The name of the event.

AttributesJson

array of key/value attribute pairs where each value is a Json value (pure Json strings mustbe quoted by the caller).

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