IAnalyticsProvider::RecordEvent

Overload for RecordEvent that takes a single attribute

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 FAnalyticsEventAttribute & Attribute
)

Remarks

Overload for RecordEvent that takes a single attribute

Parameters

Parameter

Description

EventName

name of the event

Attribute

attribute name and value

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