Navigation
API > API/Plugins > API/Plugins/LandscapePatch
| |
|
| Name |
ELandscapeTextureHeightPatchZeroHeightMeaning |
| Type |
enum |
| Header File |
/Engine/Plugins/Editor/LandscapePatch/Source/LandscapePatch/Public/LandscapeTexturePatch.h |
| Include Path |
#include "LandscapeTexturePatch.h" |
Syntax
enum ELandscapeTextureHeightPatchZeroHeightMeaning
{
PatchZ,
LandscapeZ,
WorldZero,
}
Values
| Name |
Remarks |
| 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. |