How often do you guys check your pointers?

Actually yeah I should have added to that. We / I use an ASSERT library that overrides the Engines Check and CheckF functionality to not crash the entire editor when something goes wrong in Gameplay code. We get a nice error message and an Excel spreadsheet etc. with details.

If I know that a pointer should never be null at a certain point, I check with an assert instead.