Navigation
API > API/Editor > API/Editor/ComponentVisualizers
| Name | USplineGeneratorBase |
| Type | class |
| Header File | /Engine/Source/Editor/ComponentVisualizers/Public/SplineGeneratorPanel.h |
| Include Path | #include "SplineGeneratorPanel.h" |
Syntax
UCLASS (Config=EditorSettings)
class USplineGeneratorBase : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USplineGeneratorBase
Derived Classes
USplineGeneratorBase derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USplineGeneratorBase() |
SplineGeneratorPanel.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ShapeAddMode | EShapeAddMode | SplineGeneratorPanel.h |
|
|
| StartKey | int32 | SplineGeneratorPanel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BuildCurve() |
SplineGeneratorPanel.h | ||
virtual int32 GetNumPoints() |
SplineGeneratorPanel.h | ||
void Init
(
TWeakPtr< FSplineComponentVisualizer > InSplineComponentVisualizer |
SplineGeneratorPanel.h | ||
void PreviewCurve() |
SplineGeneratorPanel.h | ||
void Reset() |
SplineGeneratorPanel.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetAddIndex
(
int32 Index |
Helper method to return the index for adding a spline point | SplineGeneratorPanel.h | |
int32 GetItrIndex
(
int32 Index |
Helper method to return the index for an added spline point after all points have been added | SplineGeneratorPanel.h |