Navigation
API > API/Runtime > API/Runtime/Landscape
| Name | UMaterialExpressionLandscapeLayerCoords |
| Type | class |
| Header File | /Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerCoords.h |
| Include Path | #include "Materials/MaterialExpressionLandscapeLayerCoords.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object, MinimalAPI)
class UMaterialExpressionLandscapeLayerCoords : public UMaterialExpression
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionLandscapeLayerCoords
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMaterialExpressionLandscapeLayerCoords
(
const FObjectInitializer& ObjectInitializer |
Materials/MaterialExpressionLandscapeLayerCoords.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CustomUVType | TEnumAsByte< enum ELandscapeCustomizedCoordType > | Determines the mapping place to use on the terrain. | Materials/MaterialExpressionLandscapeLayerCoords.h |
|
| MappingPanU | float | Offset to apply to the mapping along U. | Materials/MaterialExpressionLandscapeLayerCoords.h |
|
| MappingPanV | float | Offset to apply to the mapping along V. | Materials/MaterialExpressionLandscapeLayerCoords.h |
|
| MappingRotation | float | Rotation to apply to the mapping. | Materials/MaterialExpressionLandscapeLayerCoords.h |
|
| MappingScale | float | Uniform scale to apply to the mapping. | Materials/MaterialExpressionLandscapeLayerCoords.h |
|
| MappingType | TEnumAsByte< enum ETerrainCoordMappingType > | Determines the mapping place to use on the terrain. | Materials/MaterialExpressionLandscapeLayerCoords.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 Compile
(
FMaterialCompiler* Compiler, |
Materials/MaterialExpressionLandscapeLayerCoords.h | ||
virtual void GetCaption
(
TArray< FString >& OutCaptions |
Materials/MaterialExpressionLandscapeLayerCoords.h |