Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/HLSLTree
Inheritance Hierarchy
- FNode
- FOwnedNode
- FExpression
- FExpressionError
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/HLSLTree/HLSLTreeCommon.h |
| Include | #include "HLSLTree/HLSLTreeCommon.h" |
Syntax
class FExpressionError : public UE::HLSLTree::FExpression
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStringView | ErrorMessage |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FExpressionError
(
FStringView InErrorMessage |
Overridden from FExpression
| Type | Name | Description | |
|---|---|---|---|
| bool | PrepareValue
(
FEmitContext& Context, |
Computes a FPreparedType for this expression, given a FRequestedType. |