Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/DrawSplineTool.h |
| Include | #include "DrawSplineTool.h" |
Syntax
enum EDrawSplineOutputMode
{
EmptyActor,
ExistingActor,
CreateBlueprint,
}
Values
| Name | Description |
|---|---|
| EmptyActor | Create a new empty actor with the spline inside it. |
| ExistingActor | Attach the spline to an existing actor, or replace a spline inside that actor if Existing Spline Index To Replace is valid. |
| CreateBlueprint | Create the blueprint specified by Blueprint To Create, and either attach the spline to that, or replace an existing spline if Existing Spline Index To Replace is valid. |