Draw custom serialized class in custom shaderGUI

Hi,
I have want to draw a list of a custom serialized class in a material inspector GUI.

Is there a way to just display the list like this so I can send the data to the material as float arrays?

I saw methods for custom class inspector, but it requires to have a serialized property in the class, which I don’t have since it’s a material inspector.

Thanks!