Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

SteamUEr

Fills in missing functionality in the default UE4 Steam BP library · By NT Entertainment

UPDATE STEAMUEr to any 4.23+ version.

A topic by HelloThereObiWan created Mar 20, 2021 Views: 194
Viewing posts 1 to 1
(3 edits) (+1)

I find solution how to update this plugin to any 4.23+ version.
Here you go:

1. You need to check your SDK steamwork path: 
/YourUnrealEnginePath/Engine/Source/ThirdParty/Steamworks/Steam[Current Version]/sdk<br>

Check your SDK version like: 147, 151 etc.

2. In next step you need to open this files below by Visual Studio (i use 2019):

/SteamUEr/Source/SteamUEr/Private/ SteamUErBPLibrary.cpp     SteamUErLeaderboards.h     SteamUErGlobalStats.h

In every that files you need to change in #include your current sdk version in first step.

#include "ThirdParty/Steamworks/Steamv[YOUR VERSION HERE]/sdk/public/steam/steam_api.h"

3. You need to debug your project with C++ code (.sln). Just choose Developer Editor, Your project name and click debugging. If you don't have .sln you need to generate Visual Studio project by clicking right mouse button into your .uproject file. If you got any error with sdk path you need to find that file and update sdk path like before.


I hope help with updating SteamUEr.