unreal.AutoMapChainType

class unreal.AutoMapChainType

Bases: EnumBase

EAuto Map Chain Type

C++ Source:

  • Plugin: IKRig

  • Module: IKRigEditor

  • File: IKRetargeterController.h

CLEAR: AutoMapChainType

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

Type:

2

EXACT: AutoMapChainType

0

FUZZY: AutoMapChainType

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

Type:

1