ELandscapeClearMode

Windows
MacOS
Linux

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h

Include

#include "LandscapeComponent.h"

Syntax

enum ELandscapeClearMode
{
    Clear_Weightmap    = 1 << 0,
    Clear_Heightmap    = 1 << 1,
    Clear_All          = Clear_Weightmap | Clear_Heightmap,
}

Values

Name

Description

Clear_Weightmap

Clear_Heightmap

Clear_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