Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialInsights
Nested structure that represents a single connection insight.
| Name | FConnectionInsight |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialInsights.h |
| Include Path | #include "Materials/MaterialInsights.h" |
Syntax
struct FConnectionInsight
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InputIndex | int | Index of the input in the connection. | Materials/MaterialInsights.h | |
| InputObject | const UObject * | Pointer to the input object of the connection. | Materials/MaterialInsights.h | |
| OutputExpression | const UMaterialExpression * | Pointer to the output expression of the connection. | Materials/MaterialInsights.h | |
| OutputIndex | int | Index of the output in the connection. | Materials/MaterialInsights.h | |
| ValueType | UE::Shader::EValueType | Type of the value flowing through the connection. | Materials/MaterialInsights.h |