Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IAnimationDataController
Description
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.
| Name | RemoveBoneTracksMissingFromSkeleton |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/IAnimationDataController.h |
| Include Path | #include "Animation/AnimData/IAnimationDataController.h" |
bool RemoveBoneTracksMissingFromSkeleton
(
const USkeleton * Skeleton,
bool bShouldTransact
)
Parameters
| Name | Remarks |
|---|---|
| Skeleton | Skeleton to retrieve the display name values from |
| bShouldTransact | Whether or not any undo-redo changes should be generated |