Option for Uniform Array in GLSL COMP

It would make creating certain UI elements easier, like multiple sliders in one shader etc.
Right now the option is to convert it to a small TOP and sample it like a texture. Which works, but feels a bit round-about.