UCrashReportsPrivacySettings

CrashReportsPrivacySettings

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UCrashReportsPrivacySettings

References

Module

UnrealEd

Header

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

Include

#include "Analytics/CrashReportsPrivacySettings.h"

Syntax

class UCrashReportsPrivacySettings :
    public UObject,
    public IImportantToggleSettingInterface

Remarks

CrashReportsPrivacySettings

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

 

bSendUnattendedBugReports

Determines whether the editor automatically sends some bug reports Epic Games in order to improve Unreal Engine.

Constructors

Name Description

Public function

UCrashReportsPrivacySettings

(
    const FObjectInitializer& ObjectIn...
)

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