Automatically Fill Assets in an Empty Array Inside a Struct?

Good day community! I’m new to the engine and hoping to find a method, if there exist, on how to solve my problem. I have a struct that contains array of sprites. Each array will contain 100 sprites of name “S_example_0” up to “S_example_099”. Is there a way to fill the empty array of sprites automatically? It would be so repetitive and annoying if it has to be done manually. :frowning:

Many thanks!