You can access GFilePathBase by adding an extern FString GFilePathBase; if you know you are on Android (use #if PLATFORM_ANDROID / #endif around the code that uses it).
You can access GFilePathBase by adding an extern FString GFilePathBase; if you know you are on Android (use #if PLATFORM_ANDROID / #endif around the code that uses it).