![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Nested structure that represents a single connection insight. More...
#include <MaterialInsights.h>
Public Attributes | |
| const UObject * | InputObject |
| Pointer to the input object of the connection. | |
| const UMaterialExpression * | OutputExpression |
| Pointer to the output expression of the connection. | |
| int | InputIndex |
| Index of the input in the connection. | |
| int | OutputIndex |
| Index of the output in the connection. | |
| UE::Shader::EValueType | ValueType |
| Type of the value flowing through the connection. | |
Nested structure that represents a single connection insight.
| int FMaterialInsights::FConnectionInsight::InputIndex |
Index of the input in the connection.
| const UObject* FMaterialInsights::FConnectionInsight::InputObject |
Pointer to the input object of the connection.
| const UMaterialExpression* FMaterialInsights::FConnectionInsight::OutputExpression |
Pointer to the output expression of the connection.
| int FMaterialInsights::FConnectionInsight::OutputIndex |
Index of the output in the connection.
| UE::Shader::EValueType FMaterialInsights::FConnectionInsight::ValueType |
Type of the value flowing through the connection.