Navigation
API > API/Developer > API/Developer/AnimationDataController > API/Developer/AnimationDataController/UAnimDataController
- IAnimationDataController::RemoveAllBoneTracks()
- UAnimDataController::RemoveAllBoneTracks()
References
| Module | AnimationDataController |
| Header | /Engine/Source/Developer/AnimationDataController/Public/AnimDataController.h |
| Include | #include "AnimDataController.h" |
| Source | /Engine/Source/Developer/AnimationDataController/Private/AnimDataController.cpp |
virtual void RemoveAllBoneTracks
&40;
bool bShouldTransact
&41;
Remarks
Removes all existing Bone Animation tracks. Broadcasts a EAnimDataModelNotifyType::TrackRemoved for each removed track, wrapped within BracketOpened/BracketClosed notifies.
Parameters
| Name | Description |
|---|---|
| bShouldTransact | Whether or not any undo-redo changes should be generated |