Navigation
API > API/Runtime > API/Runtime/Landscape
| Name | ELandscapeLayerDisplayMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include Path | #include "LandscapeProxy.h" |
Syntax
enum ELandscapeLayerDisplayMode
{
Default,
Alphabetical,
UserSpecific,
ByBlendMethod,
}
Values
| Name | Remarks |
|---|---|
| Default | Material sorting display mode |
| Alphabetical | Alphabetical sorting display mode |
| UserSpecific | User specific sorting display mode |
| ByBlendMethod | By blend type sorting display mode |