FCurveEditInfo

Support structure for EditCurves

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  
FText CurveDisplayName  
int32 CurveIndex  
FName CurveName  
FSimpleDelegate OnCurveModified  
ERawCurveTrackT... Type  

Constructors

Type Name Description
PRAGMA_DISAB... FCurveEditInfo ( const FCurveEditInfo& ) Removing deprecation for default copy operator/constructor to avoid deprecation warnings
  FCurveEditInfo ( const FSmartName& InName, ERawCurveTrackTypes InType, int32 InCurveIndex ) Please use the constructor that takes a FName.
  FCurveEditInfo ( const FName& InName, ERawCurveTrackTypes InType, int32 InCurveIndex )  
  FCurveEditInfo ( const FText& InCurveDisplayName, const FLinearColor& InCurveColor, const FSmartName& InName, ERawCurveTrackTypes InType, int32 InCurveIndex, FSimpleDelegate OnCurveModified ) Please use the constructor that takes a FName.
  FCurveEditInfo ( const FText& InCurveDisplayName, const FLinearColor& InCurveColor, const FName& InName, ERawCurveTrackTypes InType, int32 InCurveIndex, FSimpleDelegate OnCurveModified )  

Operators

Type Name Description
FCurveEditIn... operator= ( const FCurveEditInfo& )  
bool operator== ( const FCurveEditInfo& InCurveEditI... )  

Deprecated Variables

Type Name Description
FSmartName Name Please use CurveName

Deprecated Functions

Type Name Description
  FCurveEditInfo ( const FSmartName& InName, ERawCurveTrackTypes InType, int32 InCurveIndex ) Please use the constructor that takes a FName.
  FCurveEditInfo ( const FText& InCurveDisplayName, const FLinearColor& InCurveColor, const FSmartName& InName, ERawCurveTrackTypes InType, int32 InCurveIndex, FSimpleDelegate OnCurveModified ) Please use the constructor that takes a FName.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library