Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/HLSLTree
Inheritance Hierarchy
- FNode
- FScope
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/HLSLTree/HLSLTree.h |
| Include | #include "HLSLTree/HLSLTree.h" |
Syntax
class FScope : public UE::HLSLTree::FNode
Remarks
Represents an HLSL scope. A scope contains a single statement, along with any expressions required by that statement
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddPreviousScope
(
FScope& Scope |
||
| FScope * | FindSharedParent
(
FScope* Lhs, |
||
| FScope * | |||
| TArrayView< FScope * > | |||
| bool | HasParentScope
(
const FScope& ParentScope |