FEditorAnalytics::ReportEvent

Reports an event to the analytics system if it is enabled with some extra parameters with an error code

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorAnalytics.h

Include

#include "EditorAnalytics.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Analytics/EditorAnalytics.cpp

Syntax

static void ReportEvent
(
    FString EventName,
    FString PlatformName,
    bool bHasCode,
    int32 ErrorCode,
    TArray< FAnalyticsEventAttribute > & ExtraParams
)

Remarks

Reports an event to the analytics system if it is enabled with some extra parameters with an error code

Parameters

Parameter

Description

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

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