![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MaterialExpressionPinBase.h>
Public Member Functions | |
| FCompositeReroute () | |
| FCompositeReroute (FName InName, UMaterialExpressionReroute *InExpression) | |
Public Attributes | |
| FName | Name |
| TObjectPtr< UMaterialExpressionReroute > | Expression |
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 | |_________________| |_________________|
|
inline |
|
inline |
| TObjectPtr<UMaterialExpressionReroute> FCompositeReroute::Expression |
| FName FCompositeReroute::Name |