Navigation
API > API/Developer > API/Developer/AnimationDataController
Inheritance Hierarchy
- FChange
- FSwapChange
- FAnimDataBaseAction
- FSetCurveColorAction
References
| Module | AnimationDataController |
| Header | /Engine/Source/Developer/AnimationDataController/Public/AnimDataControllerActions.h |
| Include | #include "AnimDataControllerActions.h" |
Syntax
class FSetCurveColorAction : public UE::Anim::FAnimDataBaseAction
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | Color | ||
| FAnimationCurveIdentifier | CurveId |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSetCurveColorAction
(
const FAnimationCurveIdentifier& InCurveId, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FAnimDataBaseAction
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FChange > | ExecuteInternal
(
IAnimationDataModel* Model, |
||
| FString |