then i tried to check its existence with FPaths::FileExists(InPath).
but it always was returning false.
what InPath value I should have use to get proper address?
note:
i also have added read permission under:
project settings->android->extra permissions:
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.READ_EXTERNAL_STORAGE
can somebody from epic’s android department answer how to get the correct path for c++ as string?
there should be simple a simple answer of this.
the whole process is now pending because of this silly issue.
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).