thumbnail blueprint
blueprint

Fix infinite loop in UE5 laser tutorial

  • Exposure: public
  • UE Version: 5.1

avatar author

Patsanoob

July 10, 2023, 3:21 pm

A fix to an infinite loop bug that will occur if you fire a laser back at the cube that created it based on the system I created in my YouTube videos.

Small fix that needs to be added inside the Set End Point function inside the A_Laser blueprint.

This video is provided by youtube using cookies.
See their privacy page.

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v
Versions
July 10, 2023
  1. Added the whole function to make it easier to see where to make the change/fix.

  2. First commit

    See