Navigation
API > API/Runtime > API/Runtime/Landscape
| Name | ELandscapeCustomizedCoordType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerCoords.h |
| Include Path | #include "Materials/MaterialExpressionLandscapeLayerCoords.h" |
Syntax
enum ELandscapeCustomizedCoordType
{
LCCT_None,
LCCT_CustomUV0,
LCCT_CustomUV1,
LCCT_CustomUV2,
LCCT_WeightMapUV,
LCCT_MAX,
}
Values
| Name | Remarks |
|---|---|
| LCCT_None | Don't use customized UV, just use original UV. |
| LCCT_CustomUV0 | |
| LCCT_CustomUV1 | |
| LCCT_CustomUV2 | |
| LCCT_WeightMapUV | Use original WeightMapUV, which could not be customized. |
| LCCT_MAX |