I’m getting this link error: Error 1 error LNK2005: main already defined in lua.c.obj UnrealEngine-4.3\Engine\Intermediate\ProjectFiles\luac.c.obj
Obviously there’s a main already defined in the editor target. Shouldn’t the main in lua be commented out since we aren’t using it? Is there any patch needed here?