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