Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorAnalytics > API/Editor/UnrealEd/FEditorAnalytics/ReportEvent
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorAnalytics.h |
| Include | #include "EditorAnalytics.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Analytics/EditorAnalytics.cpp |
static void ReportEvent
(
FString EventName,
FString PlatformName,
bool bHasCode,
const TArray < FAnalyticsEventAttribute > & ExtraParams
)
Remarks
Reports an event to the analytics system if it is enabled with some extra parameters
Parameters
| Name | Description |
|---|---|
| EventName | name of the event |
| PlatformName | name of the platform being used |
| ExtraParams | extra data needed by the event |