Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

HelloThereObiWan

3
Posts
2
Topics
2
Following
A member registered Mar 20, 2021

Recent community posts

(3 edits)

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.

(1 edit)

how you updated it? :( Please help

(1 edit)

Hello!
Do someone updated version to 4.25 or know how to updated it?
I was trying from source and i can't do that.

Please help!
I really need that :(