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 UDMMaterialComponent * RemoveComponent
(
FName InName
)
Remarks
Removes the component from the component list. Sets component state to removed. The removed component.
Parameters
| Name | Description |
|---|---|
| InName | The name of the component. |