Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor > API/Plugins/DynamicMaterialEditor/UI > API/Plugins/DynamicMaterialEditor/UI/PropertyGenerators
References
| Module | DynamicMaterialEditor |
| Header | /Engine/Plugins/Experimental/DynamicMaterial/Source/DynamicMaterialEditor/Public/UI/PropertyGenerators/DMComponentPropertyRowGenerator.h |
| Include | #include "UI/PropertyGenerators/DMComponentPropertyRowGenerator.h" |
Syntax
class FDMComponentPropertyRowGenerator
Remarks
Used to generate editable properties for objects editable in the Material Designer.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddComponentProperties
(
const TSharedRef< SDMMaterialComponentEditor >& InComponentEditorWidget, |
Generate properties for the given component. | |
| void | AddPropertyEditRows
(
const TSharedRef< SDMMaterialComponentEditor >& InComponentEditorWidget, |
Add the rows needed for a specific property. | |
| void | AddPropertyEditRows
(
const TSharedRef< SDMMaterialComponentEditor >& InComponentEditorWidget, |
Adds the rows needed for a specific property. | |
| bool | AllowKeyframeButton
(
UDMMaterialComponent* InComponent, |
||
| const TSharedRef< FDMComponentPropertyRowGenerator > & | Get () |
||
| bool | IsDynamic
(
const TSharedRef< SDMMaterialComponentEditor >& InComponentEditorWidget |
Returns true if the component edit widget is editing a Material Designer Dynamic. |