How do you call a Blueprint Interface function on ALL actors in the level that implement it?
-
A
Use 'Get All Actors with Interface' to get the array, then loop with ForEach and call the interface function on each element
-
B
Use the 'Broadcast Interface' node with the interface class as input
-
C
Enable the Multicast checkbox on the interface function in the Interface asset
-
D
Use an Event Dispatcher configured to Interface broadcast mode