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

#include <MaterialLayersFunctions.h>

Public Attributes

TArray< boolLayerStates
 
TArray< FTextLayerNames
 
TArray< boolRestrictToLayerRelatives
 
TArray< boolRestrictToBlendRelatives
 
TArray< FGuidLayerGuids
 
TArray< EMaterialLayerLinkStateLayerLinkStates
 
TArray< FGuidDeletedParentLayerGuids
 

Member Data Documentation

◆ DeletedParentLayerGuids

TArray<FGuid> FMaterialLayersFunctionsEditorOnlyData::DeletedParentLayerGuids

List of Guids that exist in the parent material that have been explicitly deleted This is needed to distinguish these layers from newly added layers in the parent material

◆ LayerGuids

TArray<FGuid> FMaterialLayersFunctionsEditorOnlyData::LayerGuids

Guid that identifies each layer in this stack

◆ LayerLinkStates

TArray<EMaterialLayerLinkState> FMaterialLayersFunctionsEditorOnlyData::LayerLinkStates

State of each layer's link to parent material

◆ LayerNames

TArray<FText> FMaterialLayersFunctionsEditorOnlyData::LayerNames

◆ LayerStates

TArray<bool> FMaterialLayersFunctionsEditorOnlyData::LayerStates

◆ RestrictToBlendRelatives

TArray<bool> FMaterialLayersFunctionsEditorOnlyData::RestrictToBlendRelatives

◆ RestrictToLayerRelatives

TArray<bool> FMaterialLayersFunctionsEditorOnlyData::RestrictToLayerRelatives

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