FCurveEditInfo

Overload list

Unreal Engine C++ API Reference > Editor > AnimationEditor > IAnimationEditor > FCurveEditInfo

  Type Name Description
Public function PRAGMA_DISABLE_DEPRECATION_WARNINGS Removing deprecation for default copy operator/constructor to avoid deprecation warnings
Public function  

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

Please use the constructor that takes a FName.
Public function  

FCurveEditInfo ( const FName& InName,
ERawCurveTrackTypes InType,
int32 InCurveIndex
)

 
Public function  

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

Please use the constructor that takes a FName.
Public function  

FCurveEditInfo ( const FText& InCurveDisplayName,
const FLinearColor& InCurveColor,
const FName& InName,
ERawCurveTrackTypes InType,
int32 InCurveIndex,
FSimpleDelegate OnCurveModified
)

 

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page