Community Tutorial: Get Distance two Vectors

Intro
Hello fellow developers at BP. I recently needed to calculate the distance from a character to a wall. There is only a distance Actor in the engine. And I struggled with how to do this and noticed that many people also do not know how to take the distance of two vectors. And I decided to share with you the “GetDistanceVectors” function.

https://dev.epicgames.com/community/learning/tutorials/589M/unreal-engine-get-distance-two-vectors

This should be deleted. Not only is the custom node redundant since the BP Node “Distance (Vector)” exists, it is also just wrong in multiple, obvious ways!
Use the “Distance (Vector)” Node instead or just subtract the vectors yourself, this guide is nonsense.