Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/Materials
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeLayerBlend.h |
| Include | #include "Materials/MaterialExpressionLandscapeLayerBlend.h" |
Syntax
struct FLayerBlendInput
Variables
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< ELandscapeLayerBlendType > | BlendType | ||
| float | ConstHeightInput | Only used if HeightInput is not hooked up | |
| FVector | ConstLayerInput | Only used if LayerInput is not hooked up | |
| FExpressionInput | HeightInput | ||
| FExpressionInput | LayerInput | ||
| FName | LayerName | ||
| float | PreviewWeight |
Constructors
| Type | Name | Description | |
|---|---|---|---|