Navigation
API > API/Runtime > API/Runtime/Landscape
| |
|
| Name |
ELandscapeViewMode::Type |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Landscape/Public/LandscapeRender.h |
| Include Path |
#include "LandscapeRender.h" |
Syntax
namespace ELandscapeViewMode
{
enum Type
{
Invalid = -1,
Normal = 0,
EditLayer,
DebugLayer,
LayerDensity,
LayerUsage,
LOD,
WireframeOnTop,
LayerContribution,
}
}
Values
| Name |
Remarks |
| Invalid |
|
| Normal |
Color only |
| EditLayer |
|
| DebugLayer |
Layer debug only |
| LayerDensity |
|
| LayerUsage |
|
| LOD |
|
| WireframeOnTop |
|
| LayerContribution |
|