Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionPinBase.h |
| Include | #include "Materials/MaterialExpressionPinBase.h" |
Syntax
struct FCompositeReroute
Remarks
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 | |
| _________ | _________ |
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UMaterialExpressionReroute > | Expression | ||
| FName | Name |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCompositeReroute
(
FName InName, |