Navigation
API > API/Editor > API/Editor/UMGEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDeveloperSettings
- UWidgetEditingProjectSettings
- UUMGEditorProjectSettings
References
| Module | UMGEditor |
| Header | /Engine/Source/Editor/UMGEditor/Public/UMGEditorProjectSettings.h |
| Include | #include "UMGEditorProjectSettings.h" |
Syntax
class UUMGEditorProjectSettings : public UWidgetEditingProjectSettings
Remarks
Implements the settings for the UMG Editor Project Settings
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UDeveloperSettings
| Type | Name | Description | |
|---|---|---|---|
| FText | Gets the description for the section, uses the classes ToolTip by default. | ||
| FText | Gets the section text, uses the classes DisplayName by default. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
This alternate version of PostEditChange is called when properties inside structs are modified. |