How to call ACharacter's tick every substep?

I have a character with a ACharacter::Tick originating from the C++ third person example. I need tick to be called every substep.

How can I have this tick called every substep?

I just don’t seem to get this going.