Hi!
I trying to move a bunch of components thats stored in an array,
for each Item/Component in the array I would like to set the item as visible and then animate a slow "transition" of the components location, but for some reason this only happens to the very first item/component in the array.
I have checked multiple times to make sure that all my components are stored in the array and they are, there should be four.
Here is my blueprint:

Any ideas?
I trying to move a bunch of components thats stored in an array,
for each Item/Component in the array I would like to set the item as visible and then animate a slow "transition" of the components location, but for some reason this only happens to the very first item/component in the array.
I have checked multiple times to make sure that all my components are stored in the array and they are, there should be four.
Here is my blueprint:
Any ideas?
Comment