Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FNode
- FOwnedNode
- FExpression
- FExpressionStaticTerrainLayerWeight
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/MaterialHLSLTree.h |
| Include | #include "MaterialHLSLTree.h" |
Syntax
class FExpressionStaticTerrainLayerWeight : public UE::HLSLTree::FExpression
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMaterialParameterInfo | BaseParameterInfo | ||
| bool | bTextureArray | ||
| float | DefaultWeight | ||
| const FExpression * | TexCoordExpression |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FExpressionStaticTerrainLayerWeight
(
const FMaterialParameterInfo& InBaseParameterInfo, |
|||
FExpressionStaticTerrainLayerWeight
(
const FMaterialParameterInfo& InBaseParameterInfo, |
Overridden from FExpression
| Type | Name | Description | |
|---|---|---|---|
| void | EmitValuePreshader
(
FEmitContext& Context, |
Emit Preshader code representing this expression | |
| void | EmitValueShader
(
FEmitContext& Context, |
Emit HLSL shader code representing this expression | |
| bool | PrepareValue
(
FEmitContext& Context, |
Computes a FPreparedType for this expression, given a FRequestedType. |