Cannot add Paper Sprite Components to Array

Hi, I’m posting my first question here after a while of looking things up.

I’m creating a very very simple 2D game with a sprite character, side-view, just a 5mn narrative.

I have a blueprint which will be part of a scene. In this blueprint are some background elements. I want some of them to use a random paper sprite from a list, to display a different paper sprite each time the BP is called. So I have this bunch of paper sprites in my projects’ content. I managed to have them set randomly to my Paper Sprite Components (called Indus-Background-#) of my background blueprint using an array of Paper Sprites (List-Indus-Visuals).

To avoid repeating the same script for each PSComponents, I’d like to create an array of PSComponents. But when I create one, I can’t add anything to it.

So for now I’m repeating the script assigning a random sprite to each of the components using a sequence, but it seems stupid and I can’t understand why I can’t add anything in my array of PSComponents.

Thanks for your help !!

alt text