Blueprint References is not compatible with array

Please help with this issue, i dont know what is the difference of this two static actor mesh. why the second static mesh actor create an error …

Did you copy the ForEachLoop? You need a new foreachloop for every separate actor type. The Foreachloop expects a Center Table class array but it’s getting the Sofa Single class array. Just pull out of the get all actors node and create another foreachloop.

Yes i copy & paste, and now i create new ForeEachLoop … Yes Finally . it works !!! that was a quick response , Thank you so much Jared Therriault… :smiley:

You’re welcome! I’ve done this myself too many times. Unfortunately blueprints are not 1:1 with text programming :slight_smile: