Scene graph entities not spawning after push changes

Summary

When you push changes or push verse changes the game no longer adds entities to the world when spawning them in through verse.

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Other

Steps to Reproduce

AddEntity to a scene graph component in the world,

if(Entity := Entity.GetSimulationEntity): Entity.AddEntities(array{entity})

start game, after start build verse code and push verse changes or do anything to need a normal push changes and then the entity will no longer spawn into the world

Expected Result

Entity should spawn into the world

Observed Result

Entity does not spawn into the world

Platform(s)

windows