Hello, I have tryed what you said. Actually LGUIEventSystem is a ActorComponent, so you need to create a ActorComponent which inherit LGUIEventSystem and check “TickEvenWhenPaused” of that component, then attach that component to your actor.
And, I will add a more obvious warning if more than on EventSystem is spawned.