Get attached actors always returns only one

Get attached actors is currently bugged, the array contains always only 1 item even though there are clearly more actors attached. As a workaround I tried to use get all components, then for each loop and on that get child actor but it doesn’t even allow me to use the get child actor node there. Is there any working way to get all attached actors in blueprint?

Edit: Turns out I just need a tickbox like the get children components has: Include All Descendants. My current workaround is to do get attached actors and then get attached actors of all get attached actors which is then a for each loop inside a for each loop which is probably a bad way of doing it.

Hello Davision,

Could you explain in a bit more detail what it is that you are looking for, so that I can enter a feature request? Some screenshots of your setup would be helpful, if possible.

Hello,

I am marking this topic as resolved for tracking purposes, as we have not heard from you in a few days. If this issue persists, feel free to respond to this thread. For any new issues, please create a new Answerhub topic.

Have a great day

this work:

Just replying to say thank you for sharing this solution. This problem was driving me crazy and I tried everything I could think of! Adding the “Get Owner” node solved it for me right away

1 Like

it’s a pleasure to help