Stopping projectile from applying force to target.

I am trying to make a tower fire a bullet towards an enemy, that bit seems to work at the moment, it applies the damage and disappears. The issue is that it is also applying force to the pawn on impact, and after trying for literal hours, I have tried everything I can think of, but it doesn’t appear to help.

So any help on how to disable this would be most apricated.

This is currently what my BPs look like;


/Amoe

The projectile is not set up correctly.

  • sphere at the root: blocking collision, no physics simulation
  • static mesh: no collision, no physics simulation

Start with the above, see it if helps - it will at least straighten things up a bit. A bit surprised you were getting hits, as if you were actually using physics and disregarding the PMC.

it is also applying force to the pawn on impact

There is also the case of the characters movement component not liking its path being blocked. How does it manifest? Does it affect pawns who are standing still? Or only moving pawns?

Thank you for the reply, setting the sphere at the root nullifies my entire projectile, it won’t shoot anymore. These are my current settings.

And to show you what I mean, I took this quick video of the problem.

/Amoe

1 Like

As above, this is very clearly set up incorrectly. If in doubt, have a look at the first person template. Or:

  • adjust the settings as suggested (post update component hierarchy just in case)
  • demonstrate how shooting is done (how the turret spawns and orients the projectile)

re: vid - crazy & unexpected :innocent:

2 Likes

I looked over the settings again, when I moved the Sphere collision to the base of the hierarchy, it was colliding with the arrow used to spawn it, which is why it appeared to not spawn at all.

If I use block all, it seems to do the trick, I simply misunderstood where the problem was when I moved them around.

Thank you very much for the help. But I do wonder, what caused this issue to begin with, what with the basic root gave them the ability to apply force? Even when everything was turned off?

1 Like

Not entirely sure, tbh. The behaviour is a bit uncanny and more in line with Looney Tunes, I mean:

image

That rear shot made the pawn climb the pillar… :face_holding_back_tears:


Would have to take a closer look. My best guess at this point is depenetration - the character is trying to eject itself from some (phantom?) intersecting geometry? Or the player movement component is drunk.

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