Ladder code help

What im trying to do is make a collision box with up/down function e.g Ladder (without image)
I have building with ladders already on them (non functional) so i want to put a collision box there so they will work.

I have watch a few youtube clip and got it going in standard 5.3
Problem is im now using the FPS Multiplayer Template 5 and the code doesn’t seem to work now

Here is a pic of the code i used


Would anybody be able to help this is doing my head in.

It’s not working now because you are not triggering the branch with the ladder boolean.

In the pic with the overlaps after casting to the character you pull out a pin from the character and choose set ladder (boolean) and in the case of start overlap set it to true, end overlap set it to false. This should correspond to your character actions, no need to change the movement mode on the ladder function as it is already in the character.