FScaleCurveAction

Unreal Engine C++ API Reference > Developer > AnimationDataController

Inheritance Hierarchy

References

   
Module AnimationDataController
Header /Engine/Source/Developer/AnimationDataController/Public/AnimDataControllerActions.h
Include #include "AnimDataControllerActions.h"

Syntax

class FScaleCurveAction : public [UE::Anim::FAnimDataBaseAction](API\Developer\AnimationDataController\FAnimDataBaseAction)  

Variables

Type Name Description
FAnimationCurve... CurveId  
ERawCurveTrackT... CurveType  
float Factor  
float Origin  

Constructors

Type Name Description
  FScaleCurveAction ()  
  FScaleCurveAction ( const FAnimationCurveIdentifier& I..., float InOrigin, float InFactor, ERawCurveTrackTypes InCurveType )  

Destructors

Type Name Description
  ~FScaleCurveAction ()  

Overridden from FAnimDataBaseAction

Type Name Description
TUniquePtr< ... ExecuteInternal ( IAnimationDataModel* Model, IAnimationDataController* Cont... )  
FString ToStringInternal ()  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library