Get Level (editor) Tick in c++?

I have an in-editor plugin, and i am trying to access the Editor’s event tick, and use it to drive an animation, IN EDITOR, not at runtime.

Where would I look for this? Can I access the scene refresh in c++ and use that?

Ideally, I would have something like:

On (Tick)
{ do things}

Thanks!