Does PCG's parameter override not support arrays?

I’m trying to override variables for actors spawned with PCG.
I prepared a single variable and an array variable and set up an override process using the same procedure. The override was successful for a single variable, but I keep getting an error for the array.
The error says that the variable is invalid or not supported. The variable exists, so does this mean that the override doesn’t support arrays at the moment?