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