Navigation
API > API/Developer > API/Developer/AnimationDataController > API/Developer/AnimationDataController/UAnimDataController
- IAnimationDataController::SetCurveAttributes()
- UAnimDataController::SetCurveAttributes()
References
| Module | AnimationDataController |
| Header | /Engine/Source/Developer/AnimationDataController/Public/AnimDataController.h |
| Include | #include "AnimDataController.h" |
| Source | /Engine/Source/Developer/AnimationDataController/Private/AnimDataController.cpp |
virtual bool SetCurveAttributes
&40;
const FAnimationCurveIdentifier & CurveId,
const FCurveAttributes & Attributes,
bool bShouldTransact
&41;
Remarks
Changes the attributes of the curve with provided identifier. Broadcasts a EAnimDataModelNotifyType::CurveChanged notify if successful. Whether or not the curve attributes were set successfully
Parameters
| Name | Description |
|---|---|
| CurveId | Identifier of the curve to change the color for |
| Attributes | Attribute values to be applied |
| bShouldTransact | Whether or not any undo-redo changes should be generated |