Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMaterialExpression
- UMaterialExpressionStrataBSDF
- UMaterialExpressionStrataHorizontalMixing
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStrata.h |
| Include | #include "Materials/MaterialExpressionStrata.h" |
Syntax
class UMaterialExpressionStrataHorizontalMixing : public UMaterialExpressionStrataBSDF
Variables
| Type | Name | Description | |
|---|---|---|---|
| FExpressionInput | Background | Substrate material | |
| uint32: 1 | bUseParameterBlending | Merge Background and Foreground into a single material by mixing their inputs rather than their evaluation. | |
| FExpressionInput | Foreground | Substrate material | |
| FExpressionInput | Mix | Lerp factor between Background (Mix == 0) and Foreground (Mix == 1). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMaterialExpressionStrataHorizontalMixing
(
const FObjectInitializer& ObjectInitializer |
Overridden from UMaterialExpression
| Type | Name | Description | |
|---|---|---|---|
| int32 | Compile
(
FMaterialCompiler* Compiler, |
Create the new shader code chunk needed for the Abs expression | |
| void | GatherStrataMaterialInfo
(
FStrataMaterialInfo& StrataMaterialInfo, |
Recursively parse nodes outputing strata material in order to gather all the possible shading models used in a material graph output a Strata material. | |
| void | GetCaption
(
TArray< FString >& OutCaptions |
Returns the text to display on the material expression (in the material editor). | |
| uint32 | GetInputType
(
int32 InputIndex |
||
| uint32 | GetOutputType
(
int32 OutputIndex |
||
| bool | IsResultStrataMaterial
(
int32 OutputIndex |
Marks certain expression types as outputting Strata material. | |
| FStrataOperator * | StrataGenerateMaterialTopologyTree
(
FMaterialCompiler* Compiler, |
A starta material is a tree with FrontMateiral being its root and BSDF being leaves, with operators in the middle. |