Navigation
API > API/Editor > API/Editor/LandscapeEditor > API/Editor/LandscapeEditor/SLandscapeLayerListDialog
References
| Module | LandscapeEditor |
| Header | /Engine/Source/Editor/LandscapeEditor/Public/SLandscapeLayerListDialog.h |
| Include | #include "SLandscapeLayerListDialog.h" |
| Source | /Engine/Source/Editor/LandscapeEditor/Private/SLandscapeLayerListDialog.cpp |
void Construct
&40;
const FArguments & InArgs,
TArray< FLandscapeLayer > & InLayers
&41;
Remarks
Construct this widget. Called by the SNew()Slate macro.
Parameters
| Name | Description |
|---|---|
| InArgs | Declaration used by the SNew() macro to construct this widget |
| InLayers | The array of landscape layers which should be displayed |