IAnalyticsProvider::RecordEvent

Records a named event with an array of attributes

Windows
MacOS
Linux

References

Module

Analytics

Header

/Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsProvider.h

Include

#include "Interfaces/IAnalyticsProvider.h"

Syntax

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

Remarks

Records a named event with an array of attributes

Parameters

Parameter

Description

EventName

name of the event

ParamArray

array of attribute name/value 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