IAnalyticsProvider::RecordEvent

Overload for RecordEvent that takes a single name/value pair

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 FString & ParamName,
    const FString & ParamValue
)

Remarks

Overload for RecordEvent that takes a single name/value pair

Parameters

Parameter

Description

EventName

name of the event

ParamName

attribute name

ParamValue

attribute 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