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 ELandscapeTextureHeightPatchZeroHeightMeaning
&123;
PatchZ,
LandscapeZ,
WorldZero,
&125;
Values
| Name | Description |
|---|---|
| PatchZ | Zero height corresponds to the patch vertical position relative to the landscape. |
| LandscapeZ | Zero height corresponds to Z = 0 in the local space of the landscape, regardless of the patch vertical position. |
| WorldZero | Zero height corresponds to the height of the world origin relative to landscape. |