Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor > API/Plugins/DynamicMaterialEditor/Components
Inheritance Hierarchy
- UObject
- FNotifyHook
- UDMMaterialComponent
- UDMMaterialLayerObject
References
| Module | DynamicMaterialEditor |
| Header | /Engine/Plugins/Experimental/DynamicMaterial/Source/DynamicMaterialEditor/Public/Components/DMMaterialLayer.h |
| Include | #include "Components/DMMaterialLayer.h" |
Syntax
UCLASS (BlueprintType, ClassGroup="Material Designer",
Meta=(DisplayName="Material Designer Layer"))
class UDMMaterialLayerObject : public UDMMaterialComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnabled | ||
| bool | bLinkedUVs | ||
| TObjectPtr< UDMMaterialEffectStack > | EffectStack | ||
| FText | LayerName | ||
| EDMMaterialPropertyType | MaterialProperty | ||
| TArray< TObjectPtr< UDMMaterialStage > > | Stages |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Overridden from UDMMaterialComponent
| Type | Name | Description | |
|---|---|---|---|
| FText | Returns a description of this class/object. | ||
| FString | Returns the part of the component representing just this object | ||
| UDMMaterialComponent * | |||
| UDMMaterialComponent * | GetSubComponentByPath
(
FDMComponentPath& InPath, |
||
| bool | Modify
(
bool bInAlwaysMarkDirty |
||
| void | |||
| void | |||
| void | PostEditorDuplicate
(
UDynamicMaterialModel* InMaterialModel, |
||
| void | Update
(
EDMUpdateType InUpdateType |
Typedefs
| Name | Description |
|---|---|
| FStageCallbackFunc |
Constants
| Name | Description |
|---|---|
| BasePathToken | |
| EffectStackPathToken | |
| MaskPathToken | |
| StagesPathToken |