UMaterialExpressionConstant2Vector

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UMaterialExpression

UMaterialExpressionConstant2Vector

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionConstant2Vector.h

Include

#include "Materials/MaterialExpressionConstant2Vector.h"

Syntax

class UMaterialExpressionConstant2Vector : public UMaterialExpression

Variables

Name Description

Public variable

float

 

G

Public variable

float

 

R

Constructors

Name Description

Public function

UMaterialExpressionConstant2Vector

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UMaterialExpression

Name Description

Public function Virtual

int32

 

Compile

(
    FMaterialCompiler* Compiler,
    int32 OutputIndex
)

Create the new shader code chunk needed for the Abs expression

Public function Virtual Const

void

 

GetCaption

(
    TArray< FString >& OutCaptions
)

Returns the text to display on the material expression (in the material editor).

Public function Virtual Const

FString

 

GetDescription()

Get a single line description of the material expression (used for lists)

Public function Virtual

uint32

 

GetOutputType

(
    int32 OutputIndex
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss