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

Nested structure that represents a single connection insight. More...

#include <MaterialInsights.h>

Public Attributes

const UObjectInputObject
 Pointer to the input object of the connection.
 
const UMaterialExpressionOutputExpression
 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.
 

Detailed Description

Nested structure that represents a single connection insight.

Member Data Documentation

◆ InputIndex

int FMaterialInsights::FConnectionInsight::InputIndex

Index of the input in the connection.

◆ InputObject

const UObject* FMaterialInsights::FConnectionInsight::InputObject

Pointer to the input object of the connection.

◆ OutputExpression

const UMaterialExpression* FMaterialInsights::FConnectionInsight::OutputExpression

Pointer to the output expression of the connection.

◆ OutputIndex

int FMaterialInsights::FConnectionInsight::OutputIndex

Index of the output in the connection.

◆ ValueType

UE::Shader::EValueType FMaterialInsights::FConnectionInsight::ValueType

Type of the value flowing through the connection.


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