Navigation
API > API/Developer > API/Developer/AnimationDataController > API/Developer/AnimationDataController/UAnimDataController
- IAnimationDataController::RemoveCurve()
- UAnimDataController::RemoveCurve()
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 RemoveCurve
&40;
const FAnimationCurveIdentifier & CurveId,
bool bShouldTransact
&41;
Remarks
Remove the curve with provided identifier. Broadcasts a EAnimDataModelNotifyType::CurveRemoved notify if successful. Whether or not the curve was successfully removed
Parameters
| Name | Description |
|---|---|
| CurveId | Identifier for the to-be-removed curve |
| bShouldTransact | Whether or not any undo-redo changes should be generated |