1>UELinkerFixups.cpp.obj : error LNK2019: unresolved external symbol "void __cdecl EmptyLinkFunctionForGeneratedCodeOnlineSubsystemSteam

Getting this error having upgraded my PC build to 4.8.0 Preview 2

UELinkerFixups.cpp.obj : error LNK2019: unresolved external symbol "void __cdecl EmptyLinkFunctionForGeneratedCodeOnlineSubsystemSteam

I don’t use Steam in the project, at this time. Haven’t seen the same problem on MAC.

Stubbing out the functions myself gets me through linking but seem unlikely to be the correct solution :slight_smile:

Use CDECL for cross platform niceness.

I was getting this with DebugGame config on 4.8.0 Preview 2, but upgrading to 4.8.0 Preview 3 has fixed it.

I’ll take that!