Hacker News new | ask | show | jobs
by 0xml 284 days ago
Don't have access to read the code, but I think ideally there should be only one instance created at startup, right?
1 comments

At most one instance at start up. Asynchronous creation or lazy creation on first use are two other potential options. Speaking generally, not Unreal-specific.