Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorAnalytics
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ReportEvent
(
FString EventName, |
Reports an event to the analytics system if it is enabled | EditorAnalytics.h | |
static void ReportEvent
(
FString EventName, |
Reports an event to the analytics system if it is enabled with some extra parameters | EditorAnalytics.h | |
static void ReportEvent
(
FString EventName, |
Reports an event to the analytics system if it is enabled with some extra parameters with an error code | EditorAnalytics.h |
ReportEvent(FString, FString, bool)
Description
Reports an event to the analytics system if it is enabled
| Name | ReportEvent |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorAnalytics.h |
| Include Path | #include "EditorAnalytics.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Analytics/EditorAnalytics.cpp |
static void ReportEvent
(
FString EventName,
FString PlatformName,
bool bHasCode
)
Parameters
| Name | Remarks |
|---|---|
| EventName | name of the event |
| PlatformName | name of the platform being used |
ReportEvent(FString, FString, bool, const TArray< FAnalyticsEventAttribute > &)
Description
Reports an event to the analytics system if it is enabled with some extra parameters
| Name | ReportEvent |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorAnalytics.h |
| Include Path | #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
)
Parameters
| Name | Remarks |
|---|---|
| EventName | name of the event |
| PlatformName | name of the platform being used |
| ExtraParams | extra data needed by the event |
ReportEvent(FString, FString, bool, int32, TArray< FAnalyticsEventAttribute > &)
Description
Reports an event to the analytics system if it is enabled with some extra parameters with an error code
| Name | ReportEvent |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorAnalytics.h |
| Include Path | #include "EditorAnalytics.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Analytics/EditorAnalytics.cpp |
static void ReportEvent
(
FString EventName,
FString PlatformName,
bool bHasCode,
int32 ErrorCode,
TArray < FAnalyticsEventAttribute > & ExtraParams
)
Parameters
| Name | Remarks |
|---|---|
| EventName | name of the event |
| PlatformName | name of the platform being used |
| ErrorCode | error code of the event |
| ExtraParams | extra data needed by the event |