How to use PropertyTable to show struct properties?

I’m trying to use PropertyTable which has been used in DeviceProfile and StatsViewer. On each example it’s using UObjects as representation, but there is function AddRow which can use UProperty instead of UObjects array.

Anyone know if PropertyTable can be used to show struct properties from array?