IAnalyticsProviderET::RecordEvent

Optimization for RecordEvent that avoids the array copy using rvalue references.

Windows
MacOS
Linux

References

Module

AnalyticsET

Header

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

Include

#include "IAnalyticsProviderET.h"

Syntax

void RecordEvent
(
    FString EventName,
    TArray< FAnalyticsEventAttribute > && Attributes
)

Remarks

Optimization for RecordEvent that avoids the array copy using rvalue references.

Parameters

Parameter

Description

EventName

The name of the event.

AttributesJson

array of key/value attribute pairs

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