Hi Synia,
Sure it would be appreciated :). I’m trying to find the best pipeline before getting my hands dirty.
By now from this post I found a solution, basically it means:
- Add an event dispatcher to your component.
- Implement that component in your actor.
- In your actor blueprint now you can implement the events from the event dispatcher.
- In your component you can create events/functions for a default implementation.