Description

SFixupRedirectorsReport was added with 31698013. There is no way to prevent the UI from showing so the code cannot be used in unattended mode.

Steps to Reproduce

Execute the following code from a project that contains file redirectors:

  FAssetToolsModule& AssetToolsModule = FModuleManager::LoadModuleChecked<FAssetToolsModule>(TEXT("AssetTools"));
  AssetToolsModule.Get().FixupReferencers(Redirectors, false, ERedirectFixupMode::DeleteFixedUpRedirectors);

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-389775 in the post.

0
Login to Vote

Unresolved
ComponentUE - Editor
Target Fix43.00
CreatedAug 3, 2026
UpdatedAug 19, 2026
View Jira Issue