How can I get the game’s scene tree from an custom editor window? I have an editor tool which needs to get the current game state and save it as a ‘snapshot’ which can later get booted into again based on the selected config. I tried running Engine.GetMainLoop() and looked into others, but couldn’t find a way so far.