Enum EControlRigComponentMapDirection Path C++ Link /Script/ControlRig.EControlRigComponentMapDirection underlying uint8 /Script/ControlRig Values 3 NameValueHex Input00x00Output10x01EControlRigComponentMapDirection_MAX20x02 Used by 3types with a member, parameter or interface of this type UControlRigComponentFControlRigComponentMappedComponentFControlRigComponentMappedElement // /Script/ControlRig.EControlRigComponentMapDirection enum class EControlRigComponentMapDirection : uint8 { Input = 0, Output = 1, EControlRigComponentMapDirection_MAX = 2, };