Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Materials/MaterialLayersFunctions.h |
| Include | #include "Materials/MaterialLayersFunctions.h" |
Syntax
USTRUCT ()
struct FMaterialLayersFunctionsEditorOnlyData
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FGuid > | 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 | |
| TArray< FGuid > | LayerGuids | Guid that identifies each layer in this stack | |
| TArray< EMaterialLayerLinkState > | LayerLinkStates | State of each layer's link to parent material | |
| TArray< FText > | LayerNames | ||
| TArray< bool > | LayerStates | ||
| TArray< bool > | RestrictToBlendRelatives | ||
| TArray< bool > | RestrictToLayerRelatives |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Empty () |
||
| void |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FMaterialLayersFunctionsEditorOnlyData& Other |
||
| bool | operator==
(
const FMaterialLayersFunctionsEditorOnlyData& Other |