Navigation
API > API/Developer > API/Developer/AnimationDataController > API/Developer/AnimationDataController/UAnimDataController
- IAnimationDataController::UpdateWithSkeleton()
- UAnimDataController::UpdateWithSkeleton()
References
| Module | AnimationDataController |
| Header | /Engine/Source/Developer/AnimationDataController/Public/AnimDataController.h |
| Include | #include "AnimDataController.h" |
| Source | /Engine/Source/Developer/AnimationDataController/Private/AnimDataController.cpp |
virtual void UpdateWithSkeleton
&40;
USkeleton &42; TargetSkeleton,
bool bShouldTransact
&41;
Remarks
Updates/removes/remaps contained animation data according to the newly assigned skeleton
Parameters
| Name | Description |
|---|---|
| TargetSkeleton | Skeleton to which the contained animation data is to be mapped |
| bShouldTransact | Whether or not any undo-redo changes should be generated |