Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | UEditorSettings |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Settings/EditorSettings.h |
| Include Path | #include "Settings/EditorSettings.h" |
Syntax
UCLASS (Config=EditorSettings, MinimalAPI)
class UEditorSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEditorSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEditorSettings
(
const FObjectInitializer& ObjectInitializer |
Settings/EditorSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AutoScalabilityWorkScaleAmount | float | Settings/EditorSettings.h |
|
|
| bEnableDDCNotifications | bool | Whether to enable any DDC Notifications | Settings/EditorSettings.h |
|
| bEnableS3DDC | bool | Whether to enable the S3 derived data cache backend | Settings/EditorSettings.h |
|
| bLoadTheMostRecentlyLoadedProjectAtStartup | bool | Settings/EditorSettings.h |
|
|
| bNotifyEnableS3DD | bool | Whether to enable the DDC path notification | Settings/EditorSettings.h |
|
| bNotifySetupDDCPath | bool | Whether to enable the DDC path notification | Settings/EditorSettings.h |
|
| bNotifyUseUnrealCloudDDC | bool | Whether to enable the Unreal Cloud DDC notification | Settings/EditorSettings.h |
|
| CompletedSurveys | TArray< FGuid > | The id's of the surveys completed | Settings/EditorSettings.h |
|
| CreatedProjectPaths | TArray< FString > | The paths of projects created with the new project wizard. | Settings/EditorSettings.h |
|
| EngineBenchmarkResult | Scalability::FQualityLevels | Engine scalability benchmark results | Settings/EditorSettings.h | |
| GlobalLocalDDCPath | FDirectoryPath | Derived Data Cache Settings | Settings/EditorSettings.h |
|
| GlobalS3DDCPath | FDirectoryPath | Adjusts the Local Cache location for AWS/S3 downloaded package bundles. | Settings/EditorSettings.h |
|
| GlobalSharedDDCPath | FDirectoryPath | Adjusts the Shared cache location. | Settings/EditorSettings.h |
|
| HordeUrl | FString | Horde Settings |
URL of the Horde server | Settings/EditorSettings.h |
- EditAnywhere
- Category="Horde"
- Meta=(DisplayName="Horde Server URL", ConfigRestartRequired=true)
| InProgressSurveys | TArray< FGuid > | The id's of the surveys currently in-progress | Settings/EditorSettings.h |
|
| LocalDerivedDataCache | FDirectoryPath | Project specific override for the Local Cache location. | Settings/EditorSettings.h |
|
| RecentlyOpenedProjectFiles | TArray< FRecentProjectFile > | ===================================================================== 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 | Settings/EditorSettings.h |
|
| SharedDerivedDataCache | FDirectoryPath | Project specific override for the Shared Cache location. | Settings/EditorSettings.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnMostRecentProjectSettingChangedDelegate | FOnMostRecentProjectSettingChanged | Settings/EditorSettings.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AutoApplyScalabilityBenchmark() |
Auto detects and applies the scalability benchmark | Settings/EditorSettings.h | |
bool IsScalabilityBenchmarkValid() |
Settings/EditorSettings.h | ||
void LoadScalabilityBenchmark() |
Load the engine scalability benchmark results. Performs a benchmark if not yet valid. | Settings/EditorSettings.h | |
FOnMostRecentProjectSettingChanged & OnMostRecentProjectSettingChanged() |
Settings/EditorSettings.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanEditChange
(
const FProperty* InProperty |
Settings/EditorSettings.h | ||
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Settings/EditorSettings.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCopyStarterContentPreference_DEPRECATED | bool | Settings/EditorSettings.h |
|