Is it a problem to Repeat same Slot in one Animation BP?

I get a warning whenever i use the same slot in two different graphs, its just a warning, nothing happens in game, nothing stop working, both slots even play at the same time with no problem ( its the same slot but in two different places )

Here is the message i get →
LogAnimation: Warning: SLOTNODE: ‘XXX’ in animation instance class XXX already exists. Remove duplicates from the animation graph for this class.

2 Likes

Hi, have you figured that out? I’m cleaning my project and have the same problem. Not sure if it would pop up on a shipping configuration, but don’t want to check it the hard way. Thanks!

1 Like

I’m encountering the same issue. What I might do if this is a real problem is just duplicate the montage and have the copy target a separate slot, then update the programming to consider the proper slotted montage given the condition that determines which branch in the animgraph should be active.