Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UMaterialExpressionConstantBiasScale |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionConstantBiasScale.h |
| Include Path | #include "Materials/MaterialExpressionConstantBiasScale.h" |
Syntax
UCLASS (MinimalAPI)
class UMaterialExpressionConstantBiasScale : public UMaterialExpression
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionConstantBiasScale
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bias | float | Materials/MaterialExpressionConstantBiasScale.h |
|
|
| Input | FExpressionInput | Materials/MaterialExpressionConstantBiasScale.h | ||
| Scale | float | Materials/MaterialExpressionConstantBiasScale.h |
|
Functions
Public
Overridden from UMaterialExpression
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Build
(
MIR::FEmitter& Emitter |
Builds this expression's material IR. | Materials/MaterialExpressionConstantBiasScale.h | |
virtual int32 Compile
(
FMaterialCompiler* Compiler, |
Create the new shader code chunk needed for the Abs expression | Materials/MaterialExpressionConstantBiasScale.h | |
| Returns the text to display on the material expression (in the material editor). | Materials/MaterialExpressionConstantBiasScale.h |