Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/HLSLTree
Inheritance Hierarchy
- FNode
- FOwnedNode
- FStatement
- FStatementIf
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/HLSLTree/HLSLTreeCommon.h |
| Include | #include "HLSLTree/HLSLTreeCommon.h" |
Syntax
class FStatementIf : public UE::HLSLTree::FStatement
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FExpression * | ConditionExpression | ||
| FScope * | ElseScope | ||
| FScope * | NextScope | ||
| FScope * | ThenScope |
Overridden from FStatement
| Type | Name | Description | |
|---|---|---|---|
| void | EmitPreshader
(
FEmitContext& Context, |
||
| void | EmitShader
(
FEmitContext& Context, |
||
| bool | Prepare
(
FEmitContext& Context, |