unreal.AutoMapChainType

class unreal.AutoMapChainType

Bases: EnumBase

EAuto Map Chain Type

C++ Source:

  • Plugin: IKRig

  • Module: IKRig

  • File: IKRetargetChainMapping.h

CLEAR: AutoMapChainType = Ellipsis

map chains to the chain with the closest name (levenshtein distance)

Type:

2

EXACT: AutoMapChainType = Ellipsis

0

FUZZY: AutoMapChainType = Ellipsis

map chains that have exactly the same name (case insensitive)

Type:

1