Navigation
API > API/Developer > API/Developer/AnimationDataController > API/Developer/AnimationDataController/UAnimDataController
- IAnimationDataController::RemoveBoneTrack()
- UAnimDataController::RemoveBoneTrack()
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 RemoveBoneTrack
&40;
FName BoneName,
bool bShouldTransact
&41;
Remarks
Removes an existing bone animation track with the provided name. Broadcasts a EAnimDataModelNotifyType::TrackRemoved notify if successful. Whether or not the removal was successful
Parameters
| Name | Description |
|---|---|
| BoneName | Bone name of the track which should be removed |
| bShouldTransact | Whether or not any undo-redo changes should be generated |