Navigation
API > API/Plugins > API/Plugins/ModelingComponents
| Name | EBaseCreateFromSelectedTargetType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/BaseTools/BaseCreateFromSelectedTool.h |
| Include Path | #include "BaseTools/BaseCreateFromSelectedTool.h" |
Syntax
enum EBaseCreateFromSelectedTargetType
{
NewObject,
FirstInputObject,
LastInputObject,
}
Values
| Name | Remarks |
|---|---|
| NewObject | Create and write to a new object with a given name. |
| FirstInputObject | Write to the first object in the input selection. |
| LastInputObject | Write to the last object in the input selection. |