Show object variable properties while debugging

When debugging (at a breakpoint), and you have an actor that is actually has a base class, how do you view the object properties in realtime? This is in the Conan Exiles dev kit, and the actor can have several layers of base classes, and I want to see the current property values/settings of the actor at a glance.

But, I can’t seem to find any debug window that shows the object property values.