How to get all instances of a component?

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

1 Like