Description

For the same project and the same filter, Object Mixer returns a different set of actors on 5.8 than it does on 5.7. Actors that the World Outliner hides now appear in the Object Mixer list. Editor tools built on Object Mixer therefore behave differently after upgrading to 5.8.

The World Outliner itself is not affected. This behavior change came from //UE5/Main CL49143080.

Conditions:

An Object Mixer filter whose GetObjectClassesToFilter() returns AActor. That is the natural thing to write for a tool that lists every actor in a level.

Both Object Mixer surfaces are affected:

  • Window > Object Mixer, with the filter ticked in its filter-class menu.
  • UObjectMixerEditorUWidget placed in an Editor Utility Widget, with Object Mixer Widget User Config > Default Filter Class set to the filter.
Steps to Reproduce

The attached project reproduces this.

  1.  Unzip the attached project and open the .uproject with 5.7.  LV_MixerRepro opens automatically.
  2.  In the Content Browser, right-click EUW_MixerRepro > Run Editor Utility Widget.
  3.  Confirm the actor count is 8 on the widget as weel as the Outliner panel.
  4.  Convert the project to 5.8 and repeat step 1-2 with 5.8
  5.  Confirm the actor count is 15 on the widget.

Have Comments or More Details?

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

0
Login to Vote

Unresolved
ComponentUE - Editor
Affects Versions5.8
CreatedAug 25, 2026
UpdatedAug 25, 2026
View Jira Issue