Navigation
API > API/Editor > API/Editor/Persona
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- IAnimSequenceCurveEditor
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/IAnimSequenceCurveEditor.h |
| Include | #include "IAnimSequenceCurveEditor.h" |
Syntax
class IAnimSequenceCurveEditor : public SCompoundWidget
Remarks
Interface to the curve editor tab in the anim sequence editor
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddCurve
(
const FText& InCurveDisplayName, |
Add a curve for editing | |
| void | RemoveCurve
(
const FName& InName, |
Remove a curve for editing | |
| void | ResetCurves () |
Reset the curves that are edited by this widget | |
| void | ZoomToFit () |
Zoom to fit all the curves |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddCurve
(
const FText& InCurveDisplayName, |
Please use AddCurve that takes an FName. | |
| void | RemoveCurve
(
const FSmartName& InName, |
Please use AddCurve that takes an FName. |