FEditorAnalytics::ReportEvent

Reports an event to the analytics system if it is enabled

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
)

Remarks

Reports an event to the analytics system if it is enabled

Parameters

Parameter

Description

EventName

name of the event

PlatformName

name of the platform being used

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