Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
Inheritance Hierarchy
- FMaterialLayersFunctionsRuntimeData
- FMaterialLayersFunctions
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialLayersFunctions.h |
| Include | #include "Materials/MaterialLayersFunctions.h" |
Syntax
USTRUCT ()
struct FMaterialLayersFunctionsRuntimeData
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< class UMaterialFunctionInterface > > | Blends | ||
| TArray< TObjectPtr< class UMaterialFunctionInterface > > | Layers | ||
| FMaterialLayersFunctionsTree | Tree | ENABLE_MATERIAL_LAYER_PROTOTYPE : UProperty describing the tree data structure. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMaterialLayersFunctionsRuntimeData
(
const FMaterialLayersFunctions& Rhs |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Empty () |
||
| const FMaterialLayersFunctionsID | GetID
(
const FMaterialLayersFunctionsEditorOnlyData& EditorOnly |
||
| void | PostSerialize
(
const FArchive& Ar |
||
| bool | SerializeFromMismatchedTag
(
const FPropertyTag& Tag, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FMaterialLayersFunctionsRuntimeData& Other |
||
| FMaterialLayersFunctionsRuntimeData & | operator=
(
const FMaterialLayersFunctionsRuntimeData& Rhs |
||
| FMaterialLayersFunctionsRuntimeData & | operator=
(
const FMaterialLayersFunctions& Rhs |
||
| bool | operator==
(
const FMaterialLayersFunctionsRuntimeData& Other |