Navigation
API > API/Editor > API/Editor/AnimationEditor > API/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 | ||
| FText | CurveDisplayName | ||
| int32 | CurveIndex | ||
| FName | CurveName | ||
| 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, |
Please use the constructor that takes a FName. | ||
FCurveEditInfo
(
const FName& InName, |
|||
FCurveEditInfo
(
const FText& InCurveDisplayName, |
Please use the constructor that takes a FName. | ||
FCurveEditInfo
(
const FText& InCurveDisplayName, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FCurveEditInfo & | operator=
(
const FCurveEditInfo& |
||
| bool | operator==
(
const FCurveEditInfo& InCurveEditInfo |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FSmartName | Name | Please use CurveName |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
FCurveEditInfo
(
const FSmartName& InName, |
Please use the constructor that takes a FName. | ||
FCurveEditInfo
(
const FText& InCurveDisplayName, |
Please use the constructor that takes a FName. |