EBaseCreateFromSelectedTargetType

Choose your operating system:

Windows

macOS

Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/BaseTools/BaseCreateFromSelectedTool.h

Include

#include "BaseTools/BaseCreateFromSelectedTool.h"

Syntax

enum EBaseCreateFromSelectedTargetType
{
    NewObject,
    FirstInputObject,
    LastInputObject,
}

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.