Navigation
API > API/Runtime > API/Runtime/Landscape
| Name | ELandscapeLODFalloff::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include Path | #include "LandscapeProxy.h" |
Syntax
namespace ELandscapeLODFalloff
{
enum Type
{
Linear,
SquareRoot,
}
}
Values
| Name | Remarks |
|---|---|
| Linear | Default mode. |
| SquareRoot | Square Root give more natural transition, and also keep the same LOD. |