'Watch variable' window?

I know I can watch a variable value by hovering the mouse cursor over it or setting the ‘Watch this value’ option.

However, is there some kind of separate watch window that only shows the names and values of nodes currently being watched?

There is a Window->Debug window with variable names but it doesn’t seem to get to the particular [Literal Int] that I am trying to monitoring.

I am trying to determine when a particular variable changes its value but that is not possible when step-debugging as the node in question is not in view.

Are you trying to debug UMG Blueprints or Actors by any chance? I’m having the same issue. I just did a quick test by adding a watched variable in the level blueprint and it worked properly and was displayed in the Debug window.

Looks like the feature is broken for blueprints other than the Level Blueprint.

Hi Onoa,
I was trying to debug a HUD blueprint.
I hope it is broken as opposed to not even being a feature.
Trying to keep an eye on a variable value while you step from node to node is almost impossible.