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 ?