Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Settings
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDeveloperSettings
- ULevelEditor2DSettings
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Settings/EditorProjectSettings.h |
| Include | #include "Settings/EditorProjectSettings.h" |
Syntax
class ULevelEditor2DSettings : public UDeveloperSettings
Remarks
Configure settings for the 2D Level Editor
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnable2DWidget | If enabled, shows the 2D combined translate and rotate tool in the viewport toolbar. | |
| bool | bEnableSnapLayers | If enabled, shows the 2D layer snapping controls in the viewport toolbar. | |
| ELevelEditor2DAxis | SnapAxis | Sets the world space axis for 2D snap layers. | |
| TArray< FMode2DLayer > | SnapLayers | Snap layers that are displayed in the viewport toolbar. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ULevelEditor2DSettings
(
const FObjectInitializer& ObjectInitializer |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
UObject interface |