Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FNode
- FOwnedNode
- FExpression
- FExpressionScreenAlignedUV
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/MaterialHLSLTree.h |
| Include | #include "MaterialHLSLTree.h" |
Syntax
class FExpressionScreenAlignedUV : public UE::HLSLTree::FExpression
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FExpression * | OffsetExpression | ||
| const FExpression * | ViewportUVExpression |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FExpressionScreenAlignedUV
(
const FExpression* InOffsetExpression, |
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. |