Is It Possible To Get Variables From Specific Indexs In An Array?

Can you provide some more information on what you want to achieve?

If your spheres are spawned in the game, you can use the “Get All Actors of Class” to obtain an array of them. Then, if you have the array, you can use either the Get node to access a specific sphere, or access all of the spheres using a “For Loop” node.