Navigation
| Name | Settings |
| Type | Developer |
| Location | /Engine/Source/Developer/Settings/ |
| Module Build Rules | Settings.Build.cs |
Interfaces
| Name | Remarks |
|---|---|
| ISettingsCategory | Interface for setting categories. |
| ISettingsContainer | Interface for setting containers. |
| ISettingsModule | Interface for settings UI modules. |
| ISettingsSection | Interface for setting sections. |
| ISettingsViewer | Interface for settings tabs. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ISettingsCategoryPtr | TSharedPtr< ISettingsCategory > | Type definition for shared pointers to instances of ISettingsCategory. | ISettingsCategory.h |
| ISettingsCategoryRef | TSharedRef< ISettingsCategory > | Type definition for shared references to instances of ISettingsCategory. | ISettingsCategory.h |
| ISettingsContainerPtr | TSharedPtr< ISettingsContainer > | Type definition for shared pointers to instances of ISettingsContainer. | ISettingsContainer.h |
| ISettingsContainerRef | TSharedRef< ISettingsContainer > | Type definition for shared references to instances of ISettingsContainer. | ISettingsContainer.h |
| ISettingsSectionPtr | TSharedPtr< ISettingsSection > | Type definition for shared pointers to instances of ISettingsSection. | ISettingsSection.h |
| ISettingsSectionRef | TSharedRef< ISettingsSection > | Type definition for shared references to instances of ISettingsSection. | ISettingsSection.h |