Navigation
Unreal Engine C++ API Reference > Editor > AnimationEditor > IAnimationEditor
References
Module | AnimationEditor |
Header | /Engine/Source/Editor/AnimationEditor/Public/IAnimationEditor.h |
Include | #include "IAnimationEditor.h" |
Syntax
struct FCurveEditInfo
Remarks
Support structure for EditCurves
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FLinearColor | CurveColor | |
![]() |
PRAGMA_ENABLE_DEPRECATION_WARNINGS FText | CurveDisplayName | |
![]() |
int32 | CurveIndex | |
![]() |
FName | CurveName | |
![]() |
FSmartName | Name | |
![]() |
FSimpleDelegate | OnCurveModified | |
![]() |
ERawCurveTrackTypes | Type |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
PRAGMA_DISABLE_DEPRECATION_WARNINGS | FCurveEditInfo
(
const FCurveEditInfo& |
Removing deprecation for default copy operator/constructor to avoid deprecation warnings |
![]() |
FCurveEditInfo
(
const FSmartName& InName, |
||
![]() |
FCurveEditInfo
(
const FName& InName, |
||
![]() |
FCurveEditInfo
(
const FText& InCurveDisplayName, |
||
![]() |
FCurveEditInfo
(
const FText& InCurveDisplayName, |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FCurveEditInfo & | operator=
(
const FCurveEditInfo& |
|
![]() ![]() |
bool | operator==
(
const FCurveEditInfo& InCurveEditInfo |