IAnalyticsProviderET::ShouldRecordEvent

Allows higher level code to abort logic to set up for a RecordEvent call by checking the filter that will be used to send the event first.

Windows
MacOS
Linux

References

Module

AnalyticsET

Header

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

Include

#include "IAnalyticsProviderET.h"

Syntax

bool ShouldRecordEvent
(
    const FString & EventName
) const

Remarks

Allows higher level code to abort logic to set up for a RecordEvent call by checking the filter that will be used to send the event first.

Returns

true if the event will be recorded using the currently installed ShouldRecordEvent function

Parameters

Parameter

Description

EventName

The name of the event.

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