Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/AnimData > API/Runtime/Engine/Animation/AnimData/IAnimationDataController
- IAnimationDataController::SetCurveAttributes()
- UAnimDataController::SetCurveAttributes()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include | #include "Animation/AnimData/IAnimationDataController.h" |
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 |