UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MaterialExpressionLandscapeLayerCoords.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "Materials/MaterialExpression.h"
#include "MaterialExpressionLandscapeLayerCoords.generated.h"

Go to the source code of this file.

Classes

class  UMaterialExpressionLandscapeLayerCoords
 

Enumerations

enum  ETerrainCoordMappingType : int {
  TCMT_Auto , TCMT_XY , TCMT_XZ , TCMT_YZ ,
  TCMT_MAX
}
 
enum  ELandscapeCustomizedCoordType : int {
  LCCT_None , LCCT_CustomUV0 , LCCT_CustomUV1 , LCCT_CustomUV2 ,
  LCCT_WeightMapUV , LCCT_MAX
}
 

Enumeration Type Documentation

◆ ELandscapeCustomizedCoordType

Enumerator
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 

◆ ETerrainCoordMappingType

Enumerator
TCMT_Auto 
TCMT_XY 
TCMT_XZ 
TCMT_YZ 
TCMT_MAX