Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UMaterialExpressionSmoothStep |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionSmoothStep.h |
| Include Path | #include "Materials/MaterialExpressionSmoothStep.h" |
Syntax
UCLASS (MinimalAPI)
class UMaterialExpressionSmoothStep : public UMaterialExpression
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionSmoothStep
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConstMax | float | Only used if Max is not hooked up | Materials/MaterialExpressionSmoothStep.h |
|
| ConstMin | float | Only used if Min is not hooked up | Materials/MaterialExpressionSmoothStep.h |
|
| ConstValue | float | Only used if Value is not hooked up | Materials/MaterialExpressionSmoothStep.h |
|
| Max | FExpressionInput | Materials/MaterialExpressionSmoothStep.h |
|
|
| Min | FExpressionInput | Materials/MaterialExpressionSmoothStep.h |
|
|
| Value | FExpressionInput | Materials/MaterialExpressionSmoothStep.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/MaterialExpressionSmoothStep.h | |
virtual int32 Compile
(
FMaterialCompiler* Compiler, |
Create the new shader code chunk needed for the Abs expression | Materials/MaterialExpressionSmoothStep.h | |
| Returns the text to display on the material expression (in the material editor). | Materials/MaterialExpressionSmoothStep.h | ||
virtual FText GetCreationName() |
Materials/MaterialExpressionSmoothStep.h | ||
virtual FText GetKeywords() |
Returns the keywords that should be used when searching for this expression | Materials/MaterialExpressionSmoothStep.h |