distance to the crossing of 2 lines (Line Trace)

hi,
glad it can assist you in your journey :slight_smile:
maybe i went a little bit to far with the algorithm :smiley: but as my research found out it should be fast :+1:

have a nice day!

cheers :vulcan_salute:

1 Like

hi,
this is interesting, i was not aware of this node :smiley:
i come from unity and i must say unreal is the real deal, wow

will give it a shot, thank you!

cheers

words fail me. Many Thanks!
I have other problems if you could help me.

hi,
what kind of problem ? i can try :slight_smile:

cheers :vulcan_salute:

Hi,

you are a helping angel! These ones: Actor move to the character's position - #11 by StefanKoopmans

:rofl: Thanks for this.

Using that node can you tell if the lines are intersecting?


Revisited this again and found this:

LineIntersection

For some reason I missed the above when i searched yesterday, so did a bp version to the same end of something I found online, much like what @AustrianMunzter posted, but didn’t share because it’s slow compared (and thought was a bit too long :sweat_smile:):

The BP

3 Likes

would be interesting what algorithm is used by unreal for intersection :smiley:
but this is for sure shorter to write, now we need it in c++ to compare speeds ^^
Andre LeMothe’s approach should be fast they say… someone needs to test it :thinking: