Hi all,
I tried to update the Steam SDK.
I followed the tutorial here:
Whenever I try to build it though it fails with the following errors:
Text version:
11>C:\UnrealEngineSource\UE_5.3.2\Engine\Plugins\Online\OnlineSubsystemSteam\Source\Private\OnlineAuthInterfaceSteam.cpp(100): error C2660: ‘ISteamUser::GetAuthSessionTicket’: function does not take 3 arguments
11>C:\UnrealEngineSource\UE_5.3.2\Engine\Source\ThirdParty\Steamworks\Steamv159\sdk\public\steam\isteamuser.h(131): note: see declaration of ‘ISteamUser::GetAuthSessionTicket’
11>C:\UnrealEngineSource\UE_5.3.2\Engine\Plugins\Online\OnlineSubsystemSteam\Source\Private\OnlineAuthInterfaceSteam.cpp(100): note: while trying to match the argument list ‘(uint8 [1024], unsigned __int64, uint32 *)’
11>C:\UnrealEngineSource\UE_5.3.2\Engine\Plugins\Online\OnlineSubsystemSteam\Source\Private\OnlineIdentityInterfaceSteam.cpp(192): error C2660: ‘ISteamUser::GetAuthSessionTicket’: function does not take 3 arguments
11>C:\UnrealEngineSource\UE_5.3.2\Engine\Source\ThirdParty\Steamworks\Steamv159\sdk\public\steam\isteamuser.h(131): note: see declaration of ‘ISteamUser::GetAuthSessionTicket’
11>C:\UnrealEngineSource\UE_5.3.2\Engine\Plugins\Online\OnlineSubsystemSteam\Source\Private\OnlineIdentityInterfaceSteam.cpp(192): note: while trying to match the argument list ‘(uint8 [1024], unsigned __int64, uint32 *)’
but changing the version in the Steamworks.build.cs to the already available version (153) it builds.
I checked how I’ve setup the files but it looks identical to how it is setup in the tutorial page mentioned at the top.
I can continue on 153 no problem but still I’d appreciate some help if possible c: