Hello,
Im trying to find a way to get access to folders outside of unreal.
A more specific example would be that I’m trying to get the directory path to a folder inside of the Window ‘Program Files’ folder that’s on the OS drive.
The problem with that is that the drive name on which Windows is installed can be different from user to user, and so I cant set a static String as the path.
Is there any way that I can get the path to the ‘Program Files’ folder?
I believe this way Admin rights aren’t an issue to access whatever you have inside of the folder that you need to retrieve.
Not 100% sure about that, its just my assumption.