Endless Runner: Part 7 Issue

Going over the part in the tutorial where he edits the BP_FloorTile so that when you run into a corner wall head on, it fires the Death function, but NOT when you brush against a side wall. I plugged in everything like he does (see

), but when the player runs into it, nothing happens (see

). Anyone know why this is happening? Does it have something to do with a change made to 4.8 (the version I used when making this tutorial)?

Hi!

I do not know what has changed in version UE4.8 but you need set -1 in B slot to 1.

That solved it, thank you!