BeginPlayingState() is empty. Is that intended?

In PlayerController.cpp (4052) BeginPlayingState() function is empty. Is that intended? If its a bug i’ll post on Answerhub.

I think it’s intended. A possibility to override at a particular state in the child class. That why this method is virtual as well.