unreal.BoneTranslationRetargetingMode

class unreal.BoneTranslationRetargetingMode

Bases: EnumBase

Bone translation retargeting mode.

C++ Source:

  • Module: Engine

  • File: Skeleton.h

ANIMATION: BoneTranslationRetargetingMode

Use translation from animation data.

Type:

0

ANIMATION_RELATIVE: BoneTranslationRetargetingMode

Use Translation from animation, but also play the difference from retargeting pose as an additive.

Type:

3

ANIMATION_SCALED: BoneTranslationRetargetingMode

Use Translation from animation, but scale length by Skeleton’s proportions.

Type:

2

ORIENT_AND_SCALE: BoneTranslationRetargetingMode

Apply delta orientation and scale from ref pose

Type:

4

SKELETON: BoneTranslationRetargetingMode

Use fixed translation from Skeleton.

Type:

1