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/DMMaterialEffectFunction.h |
| Include | #include "Components/DMMaterialEffectFunction.h" |
Syntax
UCLASS (BlueprintType, ClassGroup="Material Designer",
Meta=(DisplayName="Material Designer Effect Function"))
class UDMMaterialEffectFunction : public UDMMaterialEffect
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UDMMaterialValue > > | InputValues | ||
| TObjectPtr< UMaterialFunctionInterface > | MaterialFunctionPtr |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyTo
(
const TSharedRef< FDMMaterialBuildState >& InBuildState, |
||
| TArray< UDMMaterialValue * > | |||
| void | |||
| UDMMaterialValue * | GetInputValue
(
int32 InIndex |
||
| const TArray< TObjectPtr< UDMMaterialValue > > & | |||
| UMaterialFunctionInterface * | |||
| void | InitFunction () |
||
| bool | |||
| void | |||
| bool | SetMaterialFunction
(
UMaterialFunctionInterface* InFunction |
Overridden from UDMMaterialEffect
| Type | Name | Description | |
|---|---|---|---|
| FText | |||
| FText |
Overridden from UDMMaterialComponent
| Type | Name | Description | |
|---|---|---|---|
| FText | Returns a description of this class/object. | ||
| UDMMaterialComponent * | GetSubComponentByPath
(
FDMComponentPath& InPath, |
||
| bool | Modify
(
bool bInAlwaysMarkDirty |
||
| void | |||
| void | |||
| void | PostEditorDuplicate
(
UDynamicMaterialModel* InMaterialModel, |
||
| void | PostLoad () |
Constants
| Name | Description |
|---|---|
| InputsPathToken |