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 EDrawSplineUpVectorMode
{
AlignToPrevious,
UseHitNormal,
}
Values
| Name |
Description |
| AlignToPrevious |
Pick the first up vector based on the hit normal, and then align subsequent up vectors with the previous ones. |
| UseHitNormal |
Base the up vector off the hit normal. |