blueprint

Joust Combat (BP_Player)

  • Exposure: public
  • UE Version: 5.0

Seth

January 12, 2023, 3:48 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

    Added bouncing to the blueprint as bouncing and combat go hand in hand.

January 12, 2023
  1. Universal combat blueprint.

    Unlike previous iteration this combat blueprint works with every actor that has the right interface. If it has the interface it gets recognised as an enemy, thats when the combat gets triggered. This to allow multiple enemy types.

  2. Added Drop Egg event.


    Minor changes:
    Added some variables
    Cleaned up the blueprint.

  3. Added Score pop-up

  4. Added Death Sound

  5. First commit

    See