What am I doing wrong?

Can anyone spot what I’m doing wrong here because I can’t get this to work:

  1. Cycle through all my triggers and bring them down to a z value of -300
  2. Remove all my widgets from the screen

I’d really appreciate some help.

The clear widgets doesn’t work either

You are not moving your triggers at all

You need to drag off the array element pin and type set actor location.

  • MoveComponentTo needs a component input. Currently you are trying to move [nothing].
  • GetAllWidgetsOfClass needs a input class to know what to look for. Currently you are looking for [nothing].