I use Godot4 and C++ and I would like to completely create a scene from scratch via code. Is there a way to get root node of the current scene without instatiation of any node from my GDextension? I mean something like get_current_tree().get_root() etc.