Why variables show type but not their values during blueprint debugging

Hi

I Don’t understand how to debug, I’ve setup a breakpoint and it brings me to the node when I it’s triggered
but the the problem is that my variables which I’m hovering over are empty and only showing their type

I also tried to setup a watch but it’s not showing values

How can I see the actual input output values without messing up the blueprint with tons of print nodes

123647-screen+shot+2017-01-26+at+8.42.30+am.png

123648-screen+shot+2017-01-26+at+8.42.15+am.png

alt text
alt text

You have to step through the node to get all the variables values.

This short video explains it:

Also there’s Debug window where you could navigate the stack.