Obstacle Assault - Learning Unreal Engine Part 2

Began Learning Unreal Engine
Unreal Engine
I made the obstacle course my own, using the created C++ blueprint to make moving and rotating obstacles. The entire course goes from the starting island to a secondary island where the goal is to reach the castle at the top. 

Reaching the castle allows you to gain a "Win" and restart from the beginning. The simple goal I added on my own is to make it where the player is required to reach the end (castle), without falling from the islands as many consecutive times as possible. Falling from the islands causes the player to lose all win counts and to restart from zero.