Bullet is not Spawning

I have a problem with shooting my Base Weapon. For the better understanding, i want to use the Free EasyBallistics Plugin from the Store, and i don’t think that the problem is related to it. If i use the standard Spawn Actor node it works fine on my BaseWeapon. But when i use the shoot node from the plugin, no bullet is spawning. After debugging, it looks fine. No errors and the fire event starts the shoot node, but no bullet came out of my weapon. I tried to build a simple weapon with the same fire event and shoot node (like in the pictures). But in that case it works fine, with this simple weapon. Both weapons use the same ebbullet (plugin bullet). Even the debugging trail, from it, works fine. I don’t know why it is not working on my BaseGun ?

My BaseGun where its not working

My BaseGun EB_ Barrel Setup

My SimpleGun nodes where it works fine

My SimpleGun EB_Barrel Setup

MY Bullet Setup
342083-
I dont know why in The world outliner only the Simple Weapon spawn the bullet.

Hey there!

I don’t really know what the plugin is doing behind the curtains, but would it be possible the bullet is being destroyed right after spawning? Maybe it collides with the gun and that triggers a destroy actor. It would be worth checking

Cheers,
David