Important Notes

Here are some common questions and notes that people have.

  1. This can be used on both characters and weapon actors, the component works with any actor.

  2. To send events between a character and a weapon actor you will need to use a blueprint interface and pass the required data, like the camera.

  3. Bullet tracking is handled by the component if using line trace, if using projectiles you will need to set that up.

  4. Projectiles do not have the same feature sets as line trace weapons. line trace is the preferred method since its easier.

Last updated