Navigation
API > API/Editor > API/Editor/Persona
Inheritance Hierarchy
- 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 | Add a curve for editing | ||
| void | |||
| void | RemoveCurve
(
const FName& InName, |
Remove a curve for editing | |
| void | RemoveCurve
(
const FSmartName& InName, |
||
| void | ResetCurves () |
Reset the curves that are edited by this widget | |
| void | ZoomToFit () |
Zoom to fit all the curves |