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