blueprint

Player Movement

  • Exposure: public
  • UE Version: 5.1

Seth

January 12, 2023, 3:16 pm

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v
Versions
January 18, 2023
  1. Cleaned up blueprint and added comments.

January 12, 2023
  1. Added Flying Rotation Event. Which changes direction of sprite in the air when the player does.

  2. Added Skid Audio, plays the skid whenever the player skids.
    Added Handle Rotation event. Which changes the direction of the sprite on the ground when the player goes left or right.

  3. Added Skidding

    And added Line Trace downwards to check the distance between player and a platform.

  4. First commit

    See