Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor > API/Plugins/DynamicMaterialEditor/Components
Inheritance Hierarchy
- UObject
- FNotifyHook
- UDMMaterialComponent
- UDMMaterialEffect
- UDMMaterialEffectFunction
References
| Module | DynamicMaterialEditor |
| Header | /Engine/Plugins/Experimental/DynamicMaterial/Source/DynamicMaterialEditor/Public/Components/DMMaterialEffect.h |
| Include | #include "Components/DMMaterialEffect.h" |
Syntax
UCLASS (Abstract, BlueprintType, ClassGroup="Material Designer",
Meta=(DisplayName="Material Designer Effect"))
class UDMMaterialEffect : public UDMMaterialComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnabled | ||
| EDMMaterialEffectTarget | EffectTarget | ||
| void virtual ApplyTo(const TSharedRef< FDMMaterialBuildState > &InBuildState, TArray< UMaterialExpre... | GetComponentPathComponent |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| InEffectClass * | CreateEffect
(
UDMMaterialEffectStack* InEffectStack |
||
| UDMMaterialEffect * | CreateEffect
(
UDMMaterialEffectStack* InEffectStack, |
||
| int32 | FindIndex () |
||
| FText | |||
| FText | |||
| UDMMaterialEffectStack * | |||
| EDMMaterialEffectTarget | |||
| bool | IsEnabled () |
||
| void | PostEditUndo () |
||
| bool | SetEnabled
(
bool bInIsEnabled |
||
| EDMMaterialEffectTarget | StageTypeToEffectType
(
EDMMaterialLayerStage InStageType |
Overridden from UDMMaterialComponent
| Type | Name | Description | |
|---|---|---|---|
| FText | Returns a description of this class/object. | ||
| void | PostEditorDuplicate
(
UDynamicMaterialModel* InMaterialModel, |
||
| void | Update
(
EDMUpdateType InUpdateType |