Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpression.h |
| Include | #include "Materials/MaterialExpression.h" |
Syntax
struct FExpressionExecOutput
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | Compile
(
FMaterialCompiler* Compiler |
||
| void | Connect
(
UMaterialExpression* InExpression |
||
| bool | GenerateHLSLStatements
(
FMaterialHLSLGenerator& Generator, |
Returns the statement for the expression connected to this input | |
| UMaterialExpression * | |||
| UE::HLSLTree::FScope * | NewOwnedScopeWithStatements
(
FMaterialHLSLGenerator& Generator, |
Creates a new scope, and populates it with the expression connected to this input | |
| UE::HLSLTree::FScope * | NewScopeWithStatements
(
FMaterialHLSLGenerator& Generator, |