UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FCompositeReroute Struct Reference

#include <MaterialExpressionPinBase.h>

Public Member Functions

 FCompositeReroute ()
 
 FCompositeReroute (FName InName, UMaterialExpressionReroute *InExpression)
 

Public Attributes

FName Name
 
TObjectPtr< UMaterialExpressionRerouteExpression
 

Detailed Description

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  |
|_________________|        |_________________|

Constructor & Destructor Documentation

◆ FCompositeReroute() [1/2]

FCompositeReroute::FCompositeReroute ( )
inline

◆ FCompositeReroute() [2/2]

FCompositeReroute::FCompositeReroute ( FName  InName,
UMaterialExpressionReroute InExpression 
)
inline

Member Data Documentation

◆ Expression

TObjectPtr<UMaterialExpressionReroute> FCompositeReroute::Expression

◆ Name

FName FCompositeReroute::Name

The documentation for this struct was generated from the following file: