In-world Scene Graph widget remains visually rendered after being removed from the world

Summary

When a Scene Graph prefab is removed from the world, all of its entities are removed correctly except for the in-world UI widget, which remains visually rendered for players who were already present
If the same prefab is spawned again in the same location, those players see both the old leftover widget and the new one, while players who join afterward only see the current widget

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

UI/Tools

Steps to Reproduce

  1. Create a Scene Graph prefab that contains an in-world UI widget entity

  2. Spawn the prefab in a live UEFN session and update the widget text through Verse

  3. Remove the parent prefab entity from the world. All child entities, including the widget, should be removed together with it

  4. Observe that the prefab disappears, but the widget can remain visually rendered for players who were already present

  5. Repeat the test using a more explicit cleanup: remove the widget entity first, then remove the parent prefab entity

  6. Spawn a new instance of the same prefab in the same location

  7. Compare what is shown to a player who witnessed the original removal and a player who joins the session afterward

Expected Result

Removing the parent prefab should remove the entire prefab hierarchy, including the in-world UI widget

Explicitly removing the widget before removing the parent prefab should produce the same result

After a new prefab instance is spawned, only the widget belonging to the new instance should be visible to every player

Observed Result

In both cleanup methods, the prefab and its other entities are removed correctly, but the in-world UI widget can remain visually rendered for players who witnessed the removal

When a new instance of the prefab is spawned in the same location, those players see both the old leftover widget and the new widget

Players who join the session after the original prefab was removed only see the current widget

Platform(s)

PC

The status of FORT-1130844 changed to ‘Needs Triage’. We are routing this to the appropriate team for investigation.