how to get a access to the actor component events from other BP actor

How to get access to the actor component events from other BP actors. Those events are implemented using the interface.

you can get component by interface (or class)

1 Like

It’s worked. Thank You so much