ELandscapeLODFalloff::Type

Windows
MacOS
Linux

References

Module

Landscape

Header

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

Include

#include "LandscapeProxy.h"

Syntax

namespace ELandscapeLODFalloff
{
    enum Type
    {
        Linear,
        SquareRoot,
    }
}

Values

Name

Description

Linear

Default mode.

SquareRoot

Square Root give more natural transition, and also keep the same LOD.

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