Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/BaseTools
References
| |
|
| Module |
ModelingComponents |
| Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/BaseTools/BaseCreateFromSelectedTool.h |
| Include |
#include "BaseTools/BaseCreateFromSelectedTool.h" |
Syntax
enum EBaseCreateFromSelectedTargetType
&123;
NewObject,
FirstInputObject,
LastInputObject,
&125;
Values
| Name |
Description |
| 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. |