IAnimSequenceCurveEditor

Interface to the curve editor tab in the anim sequence editor

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function

void

 

AddCurve

(
    const FText& InCurveDisplayName,
    const FLinearColor& InCurveColor,
    const FSmartName& InName,
    ERawCurveTrackTypes InType,
    int32 InCurveIndex,
    FSimpleDelegate InOnCurveModified
)

Add a curve for editing

Public function

void

 

RemoveCurve

(
    const FSmartName& InName,
    ERawCurveTrackTypes InType,
    int32 InCurveIndex
)

Remove a curve for editing

Public function

void

 

ResetCurves()

Reset the curves that are edited by this widget

Public function

void

 

ZoomToFit()

Zoom to fit all the curves

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss