unreal.LandscapeCustomizedCoordType

class unreal.LandscapeCustomizedCoordType

Bases: EnumBase

ELandscape Customized Coord Type

C++ Source:

  • Module: Landscape

  • File: MaterialExpressionLandscapeLayerCoords.h

LCCT_CUSTOM_UV0: LandscapeCustomizedCoordType

1

LCCT_CUSTOM_UV1: LandscapeCustomizedCoordType

2

LCCT_CUSTOM_UV2: LandscapeCustomizedCoordType

3

LCCT_NONE: LandscapeCustomizedCoordType

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

Type:

0

LCCT_WEIGHT_MAP_UV: LandscapeCustomizedCoordType

Use original WeightMapUV, which could not be customized.

Type:

4