Can't load Pak files at runtime with IOStore option

Hi,

I have tested the tutorial “Example Project: Loading Pak Files At Runtime” to load external .pak.

The example sample works without the IOStore Option.

But with IOStore activated (for the packer project And the loader project), FPakFile (in GetPakContent()) do not find any content (but MountAndRegisterPak() seems to work).

Maybe the contents are in .ucas but how to list it and how to load it ?

How can i modify UPakFileSubsystem (from the example) to load .pak with .utoc and .ucas ?

Hi, I just noticed this question. The IO Store option was not in scope for the project. It would take some development work to extend support for IO Store. This tutorial was intended to be a basic starting point where folks could pick up and extend that foundation. That being said, if someone solves that I am happy to extend the tutorial and share the code to the community.