UAnalyticsPrivacySettings

AnalyticsPrivacySettings

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UAnalyticsPrivacySettings

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Analytics/AnalyticsPrivacySettings.h

Include

#include "Analytics/AnalyticsPrivacySettings.h"

Syntax

class UAnalyticsPrivacySettings :
    public UObject,
    public IImportantToggleSettingInterface

Remarks

AnalyticsPrivacySettings

A configuration class that holds information for the user's privacy settings. Supplied so that the editor 'remembers' the last setup the user had.

Variables

Name Description

Public variable

bool

 

bSendUsageData

Determines whether the editor sends usage information to Epic Games in order to improve Unreal Engine.

Constructors

Name Description

Public function

UAnalyticsPrivacySettings

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

void

 

OnSendFullUsageDataChanged()

Overridden from UObject

Name Description

Public function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a property on this object has been modified externally

Overridden from IImportantToggleSettingInterface

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