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