I need help getting the direction the character is facing for a dash mechanic.

Then @VisAgilis has answered your question. Either:

  • use Get Last Movement Input Vector node
  • or use the direction the Input Action node spits out
  • or you can use Normalised player Velocity if you’re using Pawn with a Movement Component or utilise physics
1 Like