Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Analytics
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAnalyticsPrivacySettings
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Analytics/AnalyticsPrivacySettings.h |
| Include | #include "Analytics/AnalyticsPrivacySettings.h" |
Syntax
UCLASS (MinimalAPI, HideCategories=Object, Config=EditorSettings)
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
| Type | Name | Description | |
|---|---|---|---|
| bool | bSendUsageData | Determines whether the editor sends usage information to Epic Games in order to improve Unreal Engine. | |
| bool | bSuppressIndustryPopup | Determines whether the editor asks for your industry and sends that information to Epic Games in order to improve Unreal Engine. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnalyticsPrivacySettings
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | |||
| FText | |||
| FText | |||
| FText | |||
| FText | |||
| void | GetToggleCategoryAndPropertyNames
(
FName& OutCategory, |
||
| FText | |||
| FText | |||
| FText | |||
| void |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |