Navigation
API > API/Plugins > API/Plugins/LandscapePatch > API/Plugins/LandscapePatch/FApplyLandscapeTextureHeightPatc-
References
| Module | LandscapePatch |
| Header | /Engine/Plugins/Experimental/LandscapePatch/Source/LandscapePatch/Public/LandscapeTexturePatchPS.h |
| Include | #include "LandscapeTexturePatchPS.h" |
Syntax
enum EBlendMode
&123;
AlphaBlend,
Additive,
Min,
Max,
&125;
Values
| Name | Description |
|---|---|
| AlphaBlend | Desired height is alpha blended with the current. |
| Additive | Desired height is multiplied by alpha and added to current. |
| Min | Like AlphaBlend, but patch is limited to only lowering the landscape. |
| Max | Like AlphaBlend, but patch is limited to only raising the landscape. |