unreal.BoneTranslationRetargetingMode

class unreal.BoneTranslationRetargetingMode

Bases: unreal.EnumBase

Bone translation retargeting mode.

C++ Source:

  • Module: Engine

  • File: Skeleton.h

ANIMATION

Use translation from animation data.

Type

0

ANIMATION_RELATIVE

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

Type

3

ANIMATION_SCALED

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

Type

2

ORIENT_AND_SCALE

Apply delta orientation and scale from ref pose

Type

4

SKELETON

Use fixed translation from Skeleton.

Type

1