I’ve been learning about garbage collection in unreal engine, how it’s being done with a tree search starting at the root set, indexing the objects and deleting the ones that are never found through that search. I know the currently loaded world is part of the root set, but I’m wondering what else is in there by default? Thanks!