Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/AnimData > API/Runtime/Engine/Animation/AnimData/IAnimationDataController
- IAnimationDataController::RemoveBoneTracksMissingFromSkeleton()
- UAnimDataController::RemoveBoneTracksMissingFromSkeleton()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include | #include "Animation/AnimData/IAnimationDataController.h" |
bool RemoveBoneTracksMissingFromSkeleton
&40;
const USkeleton &42; Skeleton,
bool bShouldTransact
&41;
Remarks
Removes any bone track for which the name was not found in the provided skeleton. Broadcasts a EAnimDataModelNotifyType::TrackRemoved for each track which was not found in the skeleton, wrapped within BracketOpened/BracketClosed notifies.
Parameters
| Name | Description |
|---|---|
| Skeleton | Skeleton to retrieve the display name values from |
| bShouldTransact | Whether or not any undo-redo changes should be generated |