Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/BaseTools/BaseCreateFromSelectedTool.h |
Include |
#include "BaseTools/BaseCreateFromSelectedTool.h" |
enum EBaseCreateFromSelectedTargetType
{
NewObject,
FirstInputObject,
LastInputObject,
}
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. |