Hi, I’m trying to get your UE Spout plugin working.
I cannot make the VS project files without adding an empty class. So I deleted the plugin to get the project to start properly again, and tried to make an empty class. Now Unreal will only accept Visual Studio as a compiler option. I use and am accustomed to VS Code, and even after changing UE editor settings to use VS Code for source code, it will only allow me to make an empty class if I install Visual Studio.
This will only be used in Blueprint based projects, and I was hoping for a process that I could show students to get work in and out of Unreal. A lot of Students will be working on machines without Visual Studio available, nor the option to install it. Where possible we try not to force software that will require paid licenses once they’re done studies.
What is the benefit of forcing compile on every install vs just providing the binaries directly in the git repo?
Is there a workaround to forcing everyone to install Visual Studio to compile this plugin?