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