You can’t do
Cast to bp > get component > get all component instances > for each loop > multigate > do thing to specific
You have to do:
Get all actors of class > for each > cast to BP > get compoent > do something
You can’t do
Cast to bp > get component > get all component instances > for each loop > multigate > do thing to specific
You have to do:
Get all actors of class > for each > cast to BP > get compoent > do something