Enum EAutoMapChainType Path C++ Link /Script/IKRig.EAutoMapChainType underlying uint8 /Script/IKRig Values 4 NameValueHex Exact00x00Fuzzy10x01Clear20x02EAutoMapChainType_MAX30x03 // /Script/IKRig.EAutoMapChainType enum class EAutoMapChainType : uint8 { Exact = 0, Fuzzy = 1, Clear = 2, EAutoMapChainType_MAX = 3, };