UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MaterialInsights.h File Reference
#include "CoreMinimal.h"
#include "Shader/ShaderTypes.h"

Go to the source code of this file.

Classes

struct  FMaterialInsights
 A structure that holds reflection information about a material. This structure is typically populated by the material translator as a side product of the translation process itself. More...
 
struct  FMaterialInsights::FConnectionInsight
 Nested structure that represents a single connection insight. More...
 
struct  FMaterialInsights::FUniformParameterAllocationInsight
 Wraps information about a uniform parameter (ScalarParametr, VectorParameter) allocation in the uniform expression data buffer. An instance of this struct specifies wheere the components of a uniform parameter in the material were allocated in the preshader uniform buffer, that is which vec4 slot and which target components of that vec4. More...