blueprint

Gravitar Gravity

  • Exposure: public
  • UE Version: 5.0

EmilsMozga

December 21, 2022, 10:51 am

Gravity is extremely simple - through the rotation blueprint's event tick duplicate chain, i route it through a simple AddMovementInput that pushes the player down by a set value. The direction is directly down, as I'm just testing if it works.

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. Changed function Add Movement Input to Add Input Vector for larger customizability, where the vector input for World Vector parameter is Gravity Direction multiplied by Gravity Scale to determine the pull strength.

December 21, 2022
  1. Added a variable GravityDirection for customizable gravity direction.

  2. First commit

    See