Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FNode
- FOwnedNode
- FExpression
- FExpressionAntiAliasedTextureMask
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/MaterialHLSLTree.h |
| Include | #include "MaterialHLSLTree.h" |
Syntax
class FExpressionAntiAliasedTextureMask : public UE::HLSLTree::FExpression
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 | Channel | ||
| const FExpression * | TexCoordExpression | ||
| const FExpression * | TextureExpression | ||
| float | Threshold |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FExpressionAntiAliasedTextureMask
(
const FExpression* InTextureExpression, |
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. |