Are there examples on how to get "Login with Steam" running in Unreal Engine?
Answer by SethDu · Jan 17 at 02:25 AM
Currently there is no documentation about the complete login with steam for Unreal, however, please note that if it is simply LoginWithSteam API usage, may I know are you using BluePrint because I can provide a sample for you. However, as you may have noticed, the request of LoginWithSteam API needs SteamTicket, which can only get from Steam, you need to implement Steamworks SDK into your project and since I am not Steamworks developer, the required SDK is not accessible for me.