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