Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor > API/Plugins/DynamicMaterialEditor/UDynamicMaterialModelEditorOnlyD-
Description
Removes the next slot by index. Highly recommended to use RemoveSlotForMaterialProperty(PropertyType).
| Name | RemoveSlot |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/Model/DynamicMaterialModelEditorOnlyData.h |
| Include Path | #include "Model/DynamicMaterialModelEditorOnlyData.h" |
| Source | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Private/Model/DynamicMaterialModelEditorOnlyData.cpp |
UFUNCTION (BlueprintCallable, Category="Material Designer")
UDMMaterialSlot * RemoveSlot
(
int32 Index
)