ELandscapeToolTargetTypeMask::Type

Windows
MacOS
Linux

References

Module

LandscapeEditor

Header

/Engine/Source/Editor/LandscapeEditor/Public/LandscapeToolInterface.h

Include

#include "LandscapeToolInterface.h"

Syntax

namespace ELandscapeToolTargetTypeMask
{
    enum Type
    {
        Heightmap     = 1 << ELandscapeToolTargetType::Heightmap,
        Weightmap     = 1 << ELandscapeToolTargetType::Weightmap,
        Visibility    = 1 << ELandscapeToolTargetType::Visibility,
        NA            = 0,
        All           = 0xFF,
    }
}

Values

Name

Description

Heightmap

Weightmap

Visibility

NA

All

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