TableRowBase members order in derived one

I declared a struct ‘FMyTable’ that inherits FTableRowBase.

Then, I added some member variables to it.

And Then I again declared a struct ‘FMyDerivedTable’ that inherits ‘FMyTable’.

Everything works well, in editor too.
But, It is weird that the members order.
I expect the base struct’s members come first, but derived’s members come first.
I mean, In the view of table asset editor.

Is there a way to change the order?