Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/HLSLTree
Inheritance Hierarchy
- FNode
- FOwnedNode
- FExpression
- FExpressionSwitchBase
- FExpressionQualitySwitch
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/HLSLTree/HLSLTreeCommon.h |
| Include | #include "HLSLTree/HLSLTreeCommon.h" |
Syntax
class FExpressionQualitySwitch : public UE::HLSLTree::FExpressionSwitchBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
FExpressionQualitySwitch
(
TConstArrayView< const FExpression* > InInputs |
Overridden from FExpressionSwitchBase
| Type | Name | Description | |
|---|---|---|---|
| bool | IsInputActive
(
const FEmitContext& Context, |
||
| const FExpression * | NewSwitch
(
FTree& Tree, |
Overridden from FExpression
| Type | Name | Description | |
|---|---|---|---|
| bool | PrepareValue
(
FEmitContext& Context, |
Computes a FPreparedType for this expression, given a FRequestedType. |