Extending FMODAudioComponent

Hi, recently i wanted to customize FMODAudioComponent with some specific logic but i just realized that TickComponent function actually even if is virtual is private.
Is there a way to bypass this problem? I really don’t like the idea to create my own “tick function” and call it from outside. Am i Missing something or right now there is literally no way to customize component tick?

This appears to be an oversight, I have created a task to investigate what else should be exposed for users to be able to properly extend the class themselves.

In the meantime we encourage people to make a pull request on our github.

Even EndPlay is private. Ty very much!