Navigation
API > API/Runtime > API/Runtime/Engine
Collection of pins used for tunneling between graphs. Utilizes reroute expressions to ensure zero overhead in the compiled material. ______ ______
| INPUT BASE | OUTPUT BASE |
+--------+--------+ +--------+--------+
| (>) | -> | (>) | ||
| (>) | (>) | |||
| (>) | (>) | |||
| (>) | (>) | |||
+--------+--------+ +--------+--------+
| NODE IN: NONE | NODE IN: PINS | |
| NODE OUT: PINS | NODE OUT: NONE | |
| _________ | _________ |
| Name | FCompositeReroute |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionPinBase.h |
| Include Path | #include "Materials/MaterialExpressionPinBase.h" |
Syntax
USTRUCT ()
struct FCompositeReroute
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Materials/MaterialExpressionPinBase.h | |||
FCompositeReroute
(
FName InName, |
Materials/MaterialExpressionPinBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Expression | TObjectPtr< UMaterialExpressionReroute > | Materials/MaterialExpressionPinBase.h |
|
|
| Name | FName | Materials/MaterialExpressionPinBase.h |
|