How can I spawn a second gun magazine to my double reload anim through anim notifies?




Hi guys! As the title says, how can I resolve this problem?
I’ve tried watching related videos and searching related topics, but I still can’t fix my issue… (I’m also a beginner)

As you can see in the video I posted here, I want to spawn a mag to the left hand (for which I’ve already added a socket for the magazine), I’ve already added anim notifies as you can see from the screenshot, but, I don’t know how to make them work… I just don’t know what to do anymore to make it work, because my lack of experience with this program shows that I’ve still got a lot to learn…

Please, if anyone knows the solution to this problem, I would be really grateful!
Cheers!

You need to use Spawn Actor node, not Get Actor. Get Actor is used for the actors that are already in the level, and what you’re trying to achieve is spawn another mag in the other hand. So just replace Get Actor with Spawn Actor From Class node and it should work

1 Like

Thank you very much, bro! It worked!!!
Wish you a good day!

Here is the screenshot of the solution, for anyone who also had this problem:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.