Hi, i am making my first game in unreal and it involves shooting lasers and bouncing them off mirrors
but as long as at some point i don’t point the lasers at a mirror (hit a wall) during play it gives me this error (i assume every frame the laser isn’t hitting a wall)
also i was wondering if there is a way to condense many blueprint nodes into one somehow becuase my code to create a start and end point for each end of each beam emmitter that makes up my lazer is huge, can i make it smaller or make it so do dont have to har code in each reflection.
the ones in orange control the second reflection, so you can see how after reflecting a couple times this could get cumbersome.
Thanks in Advance!