Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMaterialExpression
- UMaterialExpressionParameter
- UMaterialExpressionStaticComponentMaskParameter
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionStaticComponentMaskParameter.h |
| Include | #include "Materials/MaterialExpressionStaticComponentMaskParameter.h" |
Syntax
class UMaterialExpressionStaticComponentMaskParameter : public UMaterialExpressionParameter
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | DefaultA | ||
| uint32: 1 | DefaultB | ||
| uint32: 1 | DefaultG | ||
| uint32: 1 | DefaultR | ||
| FExpressionInput | Input |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMaterialExpressionStaticComponentMaskParameter
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | SetParameterValue
(
FName InParameterName, |
Overridden from UMaterialExpression
| Type | Name | Description | |
|---|---|---|---|
| int32 | Compile
(
FMaterialCompiler* Compiler, |
Create the new shader code chunk needed for the Abs expression | |
| bool | GenerateHLSLExpression
(
FMaterialHLSLGenerator& Generator, |
||
| void | GetCaption
(
TArray< FString >& OutCaptions |
Returns the text to display on the material expression (in the material editor). | |
| bool | GetParameterValue
(
FMaterialParameterMetadata& OutMeta |
||
| bool | SetParameterValue
(
const FName& Name, |