Enum EConnectorType Path C++ Link /Script/ControlRig.EConnectorType underlying uint8 /Script/ControlRig Values 3 NameValueHex Primary00x00Secondary10x01EConnectorType_MAX20x02 Used by 1types with a member, parameter or interface of this type FRigConnectorSettings // /Script/ControlRig.EConnectorType enum class EConnectorType : uint8 { Primary = 0, Secondary = 1, EConnectorType_MAX = 2, };