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 ELandscapeTextureHeightPatchEncoding
&123;
ZeroToOne,
WorldUnits,
NativePackedHeight,
&125;
Values
| Name | Description |
|---|---|
| ZeroToOne | Values in texture should be interpreted as being floats in the range [0,1]. |
| WorldUnits | Values in texture are direct world-space heights. |
| NativePackedHeight | Values in texture are stored the same way they are in landscape actors: as 16 bit integers packed into two bytes, mapping to [-256, 256 - 1/128] before applying landscape scale. |