blueprint

The Player Character

  • Exposure: public
  • UE Version: 4.25

MaximilianJernberg

November 20, 2020, 3:53 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
November 20, 2020
  1. Updated

  2. Initial

    See

2 comments

  • MaximilianJernberg

    November 20, 2020, 3:55 pm

    The main bunch of the players blueprint is dedicated to a script that moves a door, this does not work at the moment and is going to be reworked. The other part that is not movement interacts with the item parent and allows the player to see, pick up, drop and inspect items that uses the proper interface.

  • MaximilianJernberg

    November 27, 2020, 3:27 pm

    Some in this BP can be optimized, an example is that the part that kills the player can be checked in the arrows or spikes insteed. So everytime it hits the player it checks to see if the health is <0