blueprint

Dot Product to Degrees

  • Exposure: public
  • UE Version: 5.1

ServusDoesGames

January 8, 2023, 7:50 pm

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • ServusDoesGames

    January 8, 2023, 7:52 pm

    Dot product requires vectors to be normalised to work properly. The Up vector in input B is normalised by default so be sure to add a normalisation node if replacing it with another vector that you might not sure is normalised.