Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor > API/Plugins/DynamicMaterialEditor/Components > API/Plugins/DynamicMaterialEditor/Components/UDMMaterialProperty
References
| Module | DynamicMaterialEditor |
| Header | /Engine/Plugins/Experimental/DynamicMaterial/Source/DynamicMaterialEditor/Public/Components/DMMaterialProperty.h |
| Include | #include "Components/DMMaterialProperty.h" |
| Source | /Engine/Plugins/Experimental/DynamicMaterial/Source/DynamicMaterialEditor/Private/Components/DMMaterialProperty.cpp |
virtual void OnSlotAdded
(
UDMMaterialSlot * InSlot
)
Remarks
Triggered when a slot is added to this property. Should create useful, default layer stack.
Parameters
| Name | Description |
|---|---|
| InSlot | The slot that was created. |