where in the settings that you have this feature, when you hover your mouse over a node and it will give you information that is happening inside of it. is that just a UE4 thing or i can do that in UE5?

Hey @LoadCreator!

You should be able to do this just fine! I did it just the other day on 5.5. I should tell you, this only works for variables, though.

Hope this helps! :slight_smile:

I’m not really sure how though

The red circle on the ‘print string’ is a debug breakpoint.
It looks like they’ve run the game, hit the breakpoint and stepped to the ‘set array elem’ and are inspecting the variable.
All you need to do is set a breakpoint where you want to start inspecting and go from there