Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMaterialExpression
- UMaterialExpressionConstant3Vector
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionConstant3Vector.h |
| Include | #include "Materials/MaterialExpressionConstant3Vector.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object, MinimalAPI)
class UMaterialExpressionConstant3Vector : public UMaterialExpression
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | Constant |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMaterialExpressionConstant3Vector
(
const FObjectInitializer& ObjectInitializer |
Overridden from UMaterialExpression
| Type | Name | Description | |
|---|---|---|---|
| void | Build
(
UE::MIR::FEmitter& Emitter |
Builds this expression's material IR. | |
| 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). | |
| FString | Get a single line description of the material expression (used for lists) | ||
| uint32 | GetOutputType
(
int32 OutputIndex |