UAssetManager::ChangeBundleStateForPrimaryAssets is not following redirectors when building PathsToLoad

“They should be handled for you by the CoreRedirects and the loading system. You shouldn’t have to handle them explicitly.”

Where and how should this be happening? I am happy to add it if there’s a better place to do it that doesn’t require constant maintainence, ChangeBundleStateForPrimaryAssets seemed like the most central location to do it that doesn’t require ongoing maintainence.

The only other location I could see that might make sense are all the locations where FAssetBundleEntry::AssetPaths is added to…

  1. FAssetBundleData::AddBundleAsset
  2. FAssetBundleData::AddBundleAssets
  3. …etc…

Is this what you are suggesting?