IAnalyticsProviderET::RecordEvent

This class augments RecordEvent with a version that takes the EventName by rvalue reference to save a string copy.

Windows
MacOS
Linux

Override Hierarchy

IAnalyticsProvider::RecordEvent()

IAnalyticsProviderET::RecordEvent()

References

Module

AnalyticsET

Header

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

Include

#include "IAnalyticsProviderET.h"

Syntax

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

Remarks

This class augments RecordEvent with a version that takes the EventName by rvalue reference to save a string copy. Implement the base version in terms of this one.

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