How to make windows program start only one instance and the second instance start only the first instance
1 Like
Hello! Dont know special things in Unreal, but in common practice Mutex objects are used to solve such tasks… Also check this Avoid multiple instances of an application - Programming & Scripting - Unreal Engine Forums
Mutex detection occurs before window initialization,I don’t know how to do it