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