Navigation
API > API/Plugins > API/Plugins/ModelingComponents
Options to handle source meshes
| Name | EHandleSourcesMethod |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/PropertySets/OnAcceptProperties.h |
| Include Path | #include "PropertySets/OnAcceptProperties.h" |
Syntax
enum EHandleSourcesMethod
{
DeleteSources,
HideSources,
KeepSources,
KeepFirstSource,
KeepLastSource,
}
Values
| Name | Remarks |
|---|---|
| DeleteSources | Delete all input objects |
| HideSources | Hide all input objects |
| KeepSources | Keep all input objects |
| KeepFirstSource | Keep only the first input object and delete all other input objects |
| KeepLastSource | Keep only the last input object and delete all other input objects |