blueprint

[City of Thebes] Ladder_BP

  • Exposure: public
  • UE Version: 4.17

rootXero

July 27, 2018, 10:42 pm

<hr>#### Ladders

Ladders are activated by walking up to them and pressing the interact button. Doing so snaps the player onto the ladder, changing camera behavior. The player's movement mode is set to flying (occurs in the character blueprint in reaction to the IsClimbing boolean being set to true), and allowing the forward axis to control vertical movement, and they're locked out of left-right movement. On reaching the top of the ladder their world location is set to the coordinates of a locator attached to the top of the ladder (automatically placed in the construction script) and their movement mode is returned to falling.

Documentation can be found here:https://github.com/rootXero/CoT-Wiki/blob/master/pages/Ladder_BP.md

See also: Ladder_BP > Construction Script

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v