Trying to follow the example shown in BlankProgram but cannot get my custom program to build. Is there a specific way I should be adding/creating the project? Or perhaps a specific folder I should be putting the project in? I’ve copied over all of the configuration from the BlankProgram with no luck.
Trying to write a tool for our game using the UE4 source, like SlateViewer for example. I’ve managed to get it to compile if it’s within the Engine source folder but if I try to include it from an outside directory I get the above error. Right now it’s nothing but an empty project just like the BlankProgram project.
As far as I can tell, unrealbuildtool will not find program targets outside of engine. It is probably a straightforward to change to UnrealBuildTool. We have no plans that I know of to add that functionality, but I will ask and around and see if we can do it.
I would really like to make programs along side a game or even stand alone. Haven’t been able to figure it out. I’m assuming it’s just not possible at the moment.
As mentioned previously, this is unfortunately something that the Engine does not support, and we currently do not have any plans to support it. The closest option that might work for you would be to create the program as a plugin that can be added either to the Engine or an individual project.