Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FNode
- FOwnedNode
- FExpression
- FExpressionForward
- FExpressionMaterialLayers
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/MaterialHLSLTree.h |
| Include | #include "MaterialHLSLTree.h" |
Syntax
class FExpressionMaterialLayers : public UE::HLSLTree::FExpressionForward
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMaterialLayersFunctions | MaterialLayers |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FExpressionMaterialLayers
(
const FExpression* InExpression, |
Overridden from FExpression
| Type | Name | Description | |
|---|---|---|---|
| bool | PrepareValue
(
FEmitContext& Context, |
Computes a FPreparedType for this expression, given a FRequestedType. |