Navigation
API > API/Developer > API/Developer/AnimationDataController > API/Developer/AnimationDataController/UAnimDataController
- IAnimationDataController::RemoveBoneTracksMissingFromSkeleton()
- UAnimDataController::RemoveBoneTracksMissingFromSkeleton()
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 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 |