Navigation
API > API/Plugins > API/Plugins/ModelingComponents
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/SplineUtil.h |
| Include | #include "SplineUtil.h" |
Syntax
struct FDrawSplineSettings
Remarks
Used for DrawSpline()
Variables
| Type | Name | Description | |
|---|---|---|---|
| FColor | RegularColor | Defaults to FStyleColors::White. | |
| double | ScaleVisualizationWidth | If non-positive, the spline is drawn just as points and curves. | |
| FColor | SelectedColor | Defaults to FStyleColors::AccentOrange. | |
| TSet< int32 > * | SelectedKeys | Keys to use SelectedColor for. |
Constructors
| Type | Name | Description | |
|---|---|---|---|