Required_2of2. file for 4.2.1 (maybe earlier too) has a missing parenthesis at end of LocalizedDisplayNames Templates/TP_SideScrollerBP/Config/TemplateDefs.ini
Currently:
LocalizedDisplayNames=(Language="en",Text="Blueprint Side Scroller"
Should Be:
LocalizedDisplayNames=(Language="en",Text="Blueprint Side Scroller")
I looked into my source engine and file is not missing an end parenthesis. I downloaded current Required_2of2. for 4.2 and it isn’t missing parenthesis either. Are you sure it wasn’t simply deleted by mistake?
I don’t remember opening that file, didn’t know it existed, but anything is possible because it’s in gitignore. Thanks for checking, I only checked where file came from, not that it was bad in I have. I’ll try that when I have time later.