Using GFilePathBase

I am trying to use GFilePathBase and GExternalFilePath in SaveGameSystem.h in order to migrate some files on Android. I thought with the G prefix they were global variables, but obviously I am missing something.

What do I need to do to access those in a new location?
Is it a problem to try and use them in a function in FGenericSaveGameSystem?