I have an anim montage asset with 2 slot groups and slots:
and an anim blueprint template asset:
but when I try to create a slot, I can only create a slot with ‘DefaultGroup’.

Is there any way to change the group of slot?
I have an anim montage asset with 2 slot groups and slots:
and an anim blueprint template asset:
but when I try to create a slot, I can only create a slot with ‘DefaultGroup’.
I have this same problem
Slot names are unique, and during the compilation of the anim blueprint, the node will automatically find the correct group if it can’t find the slot in default group, so you can just write the name of the slot and it should work
Thanks @zeaf , just writing the correct slot name works.