Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Settings
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEditorSettings
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Settings/EditorSettings.h |
| Include | #include "Settings/EditorSettings.h" |
Syntax
UCLASS (Config=EditorSettings, MinimalAPI)
class UEditorSettings : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AutoScalabilityWorkScaleAmount | ||
| bool | bCopyStarterContentPreference | ||
| bool | bEnableDDCNotifications | Whether to enable any DDC Notifications | |
| bool | bEnableS3DDC | Whether to enable the S3 derived data cache backend | |
| bool | bLoadTheMostRecentlyLoadedProjectAtStartup | When checked, the most recently loaded project will be auto-loaded at editor startup if no other project was specified on the command line | |
| bool | bNotifyEnableS3DD | Whether to enable the DDC path notification | |
| bool | bNotifySetupDDCPath | Whether to enable the DDC path notification | |
| bool | bNotifyUseUnrealCloudDDC | Whether to enable the Unreal Cloud DDC notification | |
| TArray< FGuid > | CompletedSurveys | The id's of the surveys completed | |
| TArray< FString > | CreatedProjectPaths | The paths of projects created with the new project wizard. | |
| Scalability::FQualityLevels | EngineBenchmarkResult | Engine scalability benchmark results | |
| FDirectoryPath | GlobalLocalDDCPath | Derived Data Cache Settings | |
| FDirectoryPath | GlobalS3DDCPath | Adjusts the Local Cache location for AWS/S3 downloaded package bundles. | |
| FDirectoryPath | GlobalSharedDDCPath | Adjusts the Shared cache location. | |
| FString | HordeUrl | Horde Settings |
URL of the Horde server |
| TArray< FGuid > | InProgressSurveys | The id's of the surveys currently in-progress | |
| FDirectoryPath | LocalDerivedDataCache | Project specific overide for the Local Cache location. | |
| TArray< FRecentProjectFile > | RecentlyOpenedProjectFiles | ===================================================================== The following options are NOT exposed in the preferences Editor (usually because there is a different way to set them interactively!) Game project files that were recently opened in the editor | |
| FDirectoryPath | SharedDerivedDataCache | Project specific overide for the Shared Cache location. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UEditorSettings
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Auto detects and applies the scalability benchmark | ||
| bool | |||
| void | Load the engine scalability benchmark results. Performs a benchmark if not yet valid. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| bool | CanEditChange
(
const FProperty* InProperty |
Called by the editor to query whether a property of this object is allowed to be modified. | |
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |