unreal.LandscapeCustomizedCoordType

class unreal.LandscapeCustomizedCoordType

Bases: unreal.EnumBase

ELandscape Customized Coord Type

C++ Source:

  • Module: Landscape

  • File: MaterialExpressionLandscapeLayerCoords.h

LCCT_CUSTOM_UV0

1

LCCT_CUSTOM_UV1

2

LCCT_CUSTOM_UV2

3

LCCT_NONE

Don’t use customized UV, just use original UV.

Type

0

LCCT_WEIGHT_MAP_UV

Use original WeightMapUV, which could not be customized.

Type

4