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