Navigation
API > API/Runtime > API/Runtime/AnalyticsET > API/Runtime/AnalyticsET/IAnalyticsProviderET
References
| Module | AnalyticsET |
| Header | /Engine/Source/Runtime/Analytics/AnalyticsET/Public/IAnalyticsProviderET.h |
| Include | #include "IAnalyticsProviderET.h" |
bool ShouldRecordEvent
&40;
const FString & EventName
&41; 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. true if the event will be recorded using the currently installed ShouldRecordEvent function
Parameters
| Name | Description |
|---|---|
| EventName | The name of the event. |