Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IAnimationDataController
Description
Removes an existing bone animation track with the provided name. Broadcasts a EAnimDataModelNotifyType::TrackRemoved notify if successful.
| Name | RemoveBoneTrack |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include Path | #include "Animation/AnimData/IAnimationDataController.h" |
UFUNCTION (BlueprintCallable, Category=AnimationData)
bool RemoveBoneTrack
(
FName BoneName,
bool bShouldTransact
)
Whether or not the removal was successful
Parameters
| Name | Remarks |
|---|---|
| BoneName | Bone name of the track which should be removed |
| bShouldTransact | Whether or not any undo-redo changes should be generated |