Navigation
API > API/Plugins > API/Plugins/LiveLink
What action should be taken when a bone name conflict happens between a parent and a child subject.
| Name | EBoneTransformResolution |
| Type | enum |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkAnimationVirtualSubject.h |
| Include Path | #include "LiveLinkAnimationVirtualSubject.h" |
Syntax
enum EBoneTransformResolution
{
KeepParent,
KeepChild,
Combine,
}
Values
| Name | Remarks |
|---|---|
| KeepParent | Keep parent bone transform. |
| KeepChild | Keep child bone transform. |
| Combine | Combine the child and parent's bone transforms. |