Navigation
API > API/Plugins > API/Plugins/LandscapePatch
Determines falloff method for the patch's influence.
| Name | ELandscapeTexturePatchFalloffMode |
| Type | enum |
| Header File | /Engine/Plugins/Editor/LandscapePatch/Source/LandscapePatch/Public/LandscapeTexturePatch.h |
| Include Path | #include "LandscapeTexturePatch.h" |
Syntax
enum ELandscapeTexturePatchFalloffMode
{
Circle,
RoundedRectangle,
}
Values
| Name | Remarks |
|---|---|
| Circle | Affect landscape in a circle inscribed in the patch, and fall off across a margin extending into that circle. |
| RoundedRectangle | Affect entire rectangle of patch (except for circular corners), and fall off across a margin extending inward from the boundary. |