Navigation
API > API/Plugins > API/Plugins/LandscapePatch
References
| Module | LandscapePatch |
| Header | /Engine/Plugins/Experimental/LandscapePatch/Source/LandscapePatch/Public/LandscapeTexturePatch.h |
| Include | #include "LandscapeTexturePatch.h" |
Syntax
enum ELandscapeTexturePatchFalloffMode
&123;
Circle,
RoundedRectangle,
&125;
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Determines falloff method for the patch's influence.