Blueprint error when working with childs of a Panel

Hi Everyone.

Well just like the title indicates I’m getting an error on my blueprint that is not letting the system to continue when it occurs, the game continues but it won’t update everything else in the tick function, I assume that this happens thanks to the error I’m getting.

Here is a screenshot of the error and one from the Blueprint:

Blueprint:

If you need a bigger image do tell me so I can look into how to make one.

Thanks for any help.

Your children count in the first loop ought to be “Children minus 1” because your for-loop is zero indexed. You’re reaching 1 outside the array.