Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Settings
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDeveloperSettings
- ULevelEditorProjectSettings
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Settings/EditorProjectSettings.h |
| Include | #include "Settings/EditorProjectSettings.h" |
Syntax
UCLASS (Config=Editor, Meta=(DisplayName="Level Editor"), defaultconfig, MinimalAPI)
class ULevelEditorProjectSettings : public UDeveloperSettings
Remarks
Configure per-project settings for the Level Editor
Variables
| Type | Name | Description | |
|---|---|---|---|
| ConsoleVariable | |||
| DisplayName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ULevelEditorProjectSettings
(
const FObjectInitializer& ObjectInitializer |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
UObject interface | |
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |