C++: Getting Camera matrix

I have seen several similar questions - all unanswered.
I need an access to Camera matrices from inside APawn class.
Specifically - View (inverse model) and projection matrices.

I can’t find anything like that in documentation.
Appreciate any help.