Navigation
API > API/Editor > API/Editor/LandscapeEditor
Inheritance Hierarchy
- SCompoundWidget
- FSlateInvalidationRoot
- SWindow
- SCustomDialog
- SLandscapeLayerListDialog
References
| Module | LandscapeEditor |
| Header | /Engine/Source/Editor/LandscapeEditor/Public/SLandscapeLayerListDialog.h |
| Include | #include "SLandscapeLayerListDialog.h" |
Syntax
class SLandscapeLayerListDialog : public SCustomDialog
Remarks
Displays a list of layers with drag + drop support for layer reordering outside of landscape mode. Can be directly constructed in editor code or can be constructed indirectly through ILandscapeEditorServices.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Construct this widget. Called by the SNew()Slate macro. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |