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