–UE Tips for programming
While using EU plugin to load 3rd Party Libraries, don’t uses static class, vars functions to use as singleton manner. it crashes after some experience.
just instantiate their main system in GameInstanceSubsystem to use them as a Singleton manner!