How can I change slot group in an **anim blueprint template**?

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


image
Is there any way to change the group of slot?

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

1 Like

Thanks @zeaf , just writing the correct slot name works.