Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialInsights.h |
| Include | #include "Materials/MaterialInsights.h" |
Syntax
struct FMaterialInsights
Remarks
You can use these insights for things like providing semantic colouring of the graph UI or accurately knowing what resources are referenced by the translated materials.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FConnectionInsight > | ConnectionInsights | Array of connection insights. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Empty () |
Clears all insight data. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FConnectionInsight | Nested structure that represents a single connection insight. |