Where does LoadFile expect a file to be?

Hi Guys, I have to say that I am very pleased with the community’s activity on this forum. Now, my question is if anyone knows where we should put files that we intend to load. I am making an utility class that will load PDB files and parse them. I just don’t know what the relative path of the files should be.

Ok, after doing some tests I was able to figure out what UE4 considers to be the root directory of files being loaded in. The directory is going to be in your installation folder of UE4. To be more explicit, it is going to be under UE4\UnrealEngine\Engine\Binaries\Win64. I believe that the last part of the path depends on the system you installed the engine on. Cheers