UMaterialExpressionRerouteBase

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

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

Include

#include "Materials/MaterialExpressionRerouteBase.h"

Syntax

class UMaterialExpressionRerouteBase : public UMaterialExpression

Constructors

Name Description

Public function

UMaterialExpressionRerouteBase

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Protected function Virtual Const

bool

 

GetRerouteInput

(
    FExpressionInput& OutInput
)

Get the reroute node input pin. We could use GetInput, but we'd loose const correctness

Public function Const

UMaterialExp...

 

TraceInputsToRealExpression

(
    int32& OutputIndex
)

Trace through the graph to find the first non Reroute node connected to this input.

Public function Const

FExpressionI...

 

TraceInputsToRealInput()

Overridden from UMaterialExpression

Name Description

Public function Virtual

uint32

 

GetInputType

(
    int32 InputIndex
)

Public function Virtual

uint32

 

GetOutputType

(
    int32 OutputIndex
)

Public function Virtual

bool

 

IsResultMaterialAttributes

(
    int32 OutputIndex
)

Marks certain expression types as outputting material attributes.

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