Description

For the "WebAPI" TokenType, the call to execute the delegate is missing in the case where the SteamUserPtr is null or if BLoggedOn is false for the SteamUserPtr, so GetLinkedAccountAuthToken will just fail silently without any callback.

Steps to Reproduce

Without an internet connection, call FOnlineIdentitySteam::GetLinkedAccountAuthToken with an InTokenType string containing "WebAPI".

Expected: the passed in FOnGetLinkedAccountAuthTokenCompleteDelegate will be called with bWasSuccessful=false
Actual: the delegate will not be executed

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-330775 in the post.

0
Login to Vote

Unresolved
ComponentUE - Online
Affects Versions5.7
CreatedSep 22, 2025
UpdatedSep 29, 2025
View Jira Issue