Navigation
API > API/Editor > API/Editor/ComponentVisualizers
| Name | UEllipseSplineGenerator |
| Type | class |
| Header File | /Engine/Source/Editor/ComponentVisualizers/Public/SplineGeneratorPanel.h |
| Include Path | #include "SplineGeneratorPanel.h" |
Syntax
UCLASS (Config=EditorSettings, DisplayName="Ellipse")
class UEllipseSplineGenerator : public USplineGeneratorBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USplineGeneratorBase → UEllipseSplineGenerator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEllipseSplineGenerator() |
SplineGeneratorPanel.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bBranchRight | bool | SplineGeneratorPanel.h |
|
|
| bKeepFirstKeyTangent | bool | SplineGeneratorPanel.h |
|
|
| bReverseDir | bool | SplineGeneratorPanel.h |
|
|
| Length | float | SplineGeneratorPanel.h |
|
|
| NumberOfPoints | int32 | SplineGeneratorPanel.h |
|
|
| Width | float | SplineGeneratorPanel.h |
|
Functions
Public
Overridden from USplineGeneratorBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BuildCurve() |
SplineGeneratorPanel.h |