Thank you for the response GrumbleBunny!. I did indeed look at my projectname.build.cs file, but when I inputted the lines needed there was a packaging error when I try to re-package it as a server.
error CS0103: The name ‘GlobalDefinitions’ does not exist in the current context.
Lines I added:
GlobalDefinitions.Add("UE4_PROJECT_STEAMSHIPPINGID = 480");
GlobalDefinitions.Add("UE4_PROJECT_STEAMPRODUCTNAME = \"TestName\"");
GlobalDefinitions.Add("UE4_PROJECT_STEAMGAMEDIR = \"xxx\"");
GlobalDefinitions.Add("UE4_PROJECT_STEAMGAMEDESC = \"Test Game Desc\"");
I have the servers working otherwise, just they never show up in-game in the server browser, Only in the steam server browser. So was told this would help but maybe thats the wrong information?
Nonetheless thank you for your assistance.