UE5.2 control rig 使用python 无法修改Group Channels属性,导致控制器选择出bug,无法正确选中控制器

https://docs.unrealengine.com/5.2/en-US/PythonAPI/class/RigControlSettings.html#unreal-rigcontrolsettings

  • group_with_parent_control (bool): [Read-Write] If set to true the animation channel will be grouped with the parent control in sequencer

property group_with_parent_control*: [bool]
[Read-Only] If set to true the animation channel will be grouped with the parent control in sequencer

文档开头,表示group_with_parent_control可以读写,但是细节描述,又变成只能读取了,我用python重新生成的controlrig,因为这个属性没有勾选,导致在选择控制器时,出现bug,无法正确选中,手动勾选后,才正常