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