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