Enum EBoneTransformResolution Path C++ Link /Script/LiveLink.EBoneTransformResolution underlying int32 /Script/LiveLink Values 4 NameValueHex KeepParent00x00KeepChild10x01Combine20x02EBoneTransformResolution_MAX30x03 Used by 1types with a member, parameter or interface of this type ULiveLinkAnimationVirtualSubject // /Script/LiveLink.EBoneTransformResolution enum class EBoneTransformResolution : int32 { KeepParent = 0, KeepChild = 1, Combine = 2, EBoneTransformResolution_MAX = 3, };