View array contents during debugging?

Is there a quick way to view the contents of an Array Variable during debugging (While playing in Viewport)?

You can use something like this to make it print every element on a key press. And you could easily replace the key press with a looping Timeline or something if you wanted it to be perpetual. Or even Tick if you are needing very precise debug readings.

If You want visualisatoin from within VS just follow instructions at the bottom of this page:

If You want visualisatoin from within VS just follow instructions at the bottom of this page:

thx dude !