Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/AnimData > API/Runtime/Engine/Animation/AnimData/IAnimationDataController
- IAnimationDataController::RemoveAllCurvesOfType()
- UAnimDataController::RemoveAllCurvesOfType()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include | #include "Animation/AnimData/IAnimationDataController.h" |
void RemoveAllCurvesOfType
&40;
ERawCurveTrackTypes SupportedCurveType,
bool bShouldTransact
&41;
Remarks
Removes all the curves of the provided type. Broadcasts a EAnimDataModelNotifyType::CurveRemoved for each removed curve, wrapped within BracketOpened/BracketClosed notifies.
Parameters
| Name | Description |
|---|---|
| SupportedCurveType | Type for which all curves are to be removed |
| bShouldTransact | Whether or not any undo-redo changes should be generated |