Navigation
| Name | SettingsEditor |
| Type | Editor |
| Location | /Engine/Source/Developer/SettingsEditor/ |
| Module Build Rules | SettingsEditor.Build.cs |
Interfaces
| Name | Remarks |
|---|---|
| ISettingsEditorModel | Interface for settings editor view models. |
| ISettingsEditorModule | Interface for settings editor modules. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FShouldRegisterSettingsDelegate | TBaseDelegate_OneParam< bool, UDeveloperSettings * > | ISettingsEditorModule.h | |
| ISettingsEditorModelPtr | TSharedPtr< ISettingsEditorModel > | Type definition for shared pointers to instances of ISettingsEditorModel. | ISettingsEditorModel.h |
| ISettingsEditorModelRef | TSharedRef< ISettingsEditorModel > | Type definition for shared references to instances of ISettingsEditorModel. | ISettingsEditorModel.h |