Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UMaterialExpressionSubstrateThinFilm |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionSubstrate.h |
| Include Path | #include "Materials/MaterialExpressionSubstrate.h" |
Syntax
UCLASS (MinimalAPI, CollapseCategories, HideCategories=Object, DisplayName="Substrate Thin-Film")
class UMaterialExpressionSubstrateThinFilm : public UMaterialExpressionSubstrateUtilityBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionSubstrateUtilityBase → UMaterialExpressionSubstrateThinFilm
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMaterialExpressionSubstrateThinFilm
(
const FObjectInitializer& ObjectInitializer |
Materials/MaterialExpressionSubstrate.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| F0 | FExpressionInput | Defines the color and brightness of the specular highlight where the surface is facing the camera. | Materials/MaterialExpressionSubstrate.h | |
| F90 | FExpressionInput | Defines the color of the specular highlight where the surface normal is 90 degrees from the view direction. | Materials/MaterialExpressionSubstrate.h | |
| IOR | FExpressionInput | Thin film IOR | Materials/MaterialExpressionSubstrate.h | |
| Normal | FExpressionInput | The normal of the surface to consider. | Materials/MaterialExpressionSubstrate.h | |
| Thickness | FExpressionInput | Controls the thickness of the thin film layer coating the current slab. | Materials/MaterialExpressionSubstrate.h |
Functions
Public
Overridden from UMaterialExpression
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 Compile
(
FMaterialCompiler* Compiler, |
Create the new shader code chunk needed for the Abs expression | Materials/MaterialExpressionSubstrate.h | |
| Returns the text to display on the material expression (in the material editor). | Materials/MaterialExpressionSubstrate.h | ||
| Get a tooltip for the specified connector. | Materials/MaterialExpressionSubstrate.h | ||
| Get a tooltip for the expression itself. | Materials/MaterialExpressionSubstrate.h | ||
virtual EMaterialValueType GetInputValueType
(
int32 InputIndex |
Materials/MaterialExpressionSubstrate.h | ||
virtual EMaterialValueType GetOutputValueType
(
int32 OutputIndex |
Materials/MaterialExpressionSubstrate.h |