Pawn based character

I’m trying to implement a character using Pawn as the base. I add a boom and append a camera to it (as in the Third Person example) which works fine when deriving from Character, but when deriving from Pawn the camera does not seem to activate. Rather, it can be moved, but it is just straight in the middle of the character.

What do I have to do to get the same camera behavior?