ELandscapeEditRenderMode::Type

Windows
MacOS
Linux

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Public/LandscapeRender.h

Include

#include "LandscapeRender.h"

Syntax

namespace ELandscapeEditRenderMode
{
    enum Type
    {
        None               = 0x0,
        Gizmo              = 0x1,
        SelectRegion       = 0x2,
        SelectComponent    = 0x4,
        Select             = SelectRegion | SelectComponent,
        Mask               = 0x8,
        InvertedMask       = 0x10,
        BitMaskForMask     = Mask | InvertedMask,
    }
}

Values

Name

Description

None

Gizmo

SelectRegion

SelectComponent

Select

Mask

InvertedMask

BitMaskForMask

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss