There’s actually one more type of subsystem that’s not documented in the subsystem webdocs: UWorldSubsystem
(API Doc)
It has the same lifetime as UWorld
, which, IIRC, gets reinitialized on every map change, which is required to change gamemode, so technically it has the same lifetime as a gamemode.