Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor > API/Plugins/DynamicMaterialEditor/UI > API/Plugins/DynamicMaterialEditor/UI/PropertyGenerators > API/Plugins/DynamicMaterialEditor/UI/PropertyGenerators/FDMComponentProp-
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 AddComponentProperties
(
const TSharedRef< SDMMaterialComponentEditor > & InComponentEditorWidget,
UDMMaterialComponent * InComponent,
TArray < FDMPropertyHandle > & InOutPropertyRows,
TSet< UDMMaterialComponent * > & InOutProcessedObjects
)
Remarks
Generate properties for the given component.
Parameters
| Name | Description |
|---|---|
| InComponentEditorWidget | The edit widget generating the properties. |
| InComponent | The component being edited. |
| InOutPropertyRows | The generated rows. |
| InOutProcessedObjects | The already processed objects - add to this to avoid possible recursive generation. |