Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor > API/Plugins/DynamicMaterialEditor/UI > API/Plugins/DynamicMaterialEditor/UI/PropertyGenerators > API/Plugins/DynamicMaterialEditor/UI/PropertyGenerators/FDMComponentProp- > API/Plugins/DynamicMaterialEditor/UI/PropertyGenerators/FDMComponentProp-/AddPropertyEditR-
References
| Module | DynamicMaterialEditor |
| Header | /Engine/Plugins/Experimental/DynamicMaterial/Source/DynamicMaterialEditor/Public/UI/PropertyGenerators/DMComponentPropertyRowGenerator.h |
| Include | #include "UI/PropertyGenerators/DMComponentPropertyRowGenerator.h" |
| Source | /Engine/Plugins/Experimental/DynamicMaterial/Source/DynamicMaterialEditor/Private/UI/PropertyGenerators/DMComponentPropertyRowGenerator.cpp |
virtual void AddPropertyEditRows
(
const TSharedRef< SDMMaterialComponentEditor > & InComponentEditorWidget,
UDMMaterialComponent * InComponent,
const FName & InProperty,
TArray < FDMPropertyHandle > & InOutPropertyRows,
TSet< UDMMaterialComponent * > & InOutProcessedObjects
)
Remarks
Add the rows needed for a specific property.
Parameters
| Name | Description |
|---|---|
| InProperty | The name of the property. |