Steam Controller and Xbox Gamepad both map to the first player

UE - Online - Aug 23, 2018

If multiple Xbox gamepads are connected (even if mixing Xbox 360 and Xbox One), all is fine. Each gamepad maps to its own player controller. However, if a Steam controller and an Xbox gamepad are co ...

HttpChunkInstaller Downloads All Chunk Without Permission

UE - Online - May 11, 2018

If user sets InstallSpeed of HttpChunkInstaller to anything other than Pause, the current HttpChunkInstaller checks all Manifests and downloads all Chunks without permission. Licensee wants to begi ...

Leaderboards and Achievements are inaccessible in Match3 using a new account

UE - Online - Feb 6, 2018

Ads between matches WERE working, as was the purchase option. This was found in Shipping, but I was able to reproduce and gather logs from Development. This was found on a Pixel 2 on Android 8.1 ...

FOnlineAsyncTaskManager may not process Parallel Tasks if there's no Active Task.

UE - Online - Jan 24, 2018

FOnlineAsyncTaskManager::Run waits for the WorkEvent to trigger before it will tick. However, this event only gets triggered if there are new Available Tasks. Therefore, even though there may be pe ...

Crash when trying to launch ShooterGame with -game

UE - Online - Jul 11, 2017

Might be related to the changes in //UE4/Release-4.17 at CL 3527005. I was also able to repro this via PIE-Standalone Game in the editor. When I repro'd this with PIE-Standalone Game the Standalone ...

HTTP Module can wait indefinitely (or at least minutes) when shutting down on outstanding requests

UE - Online - Jun 28, 2017

https://udn.unrealengine.com/questions/378873/bug-datarouterolepicgamescom-requests-should-be-ca.html?childToView=379014#answer-379014 ...

BuildGraph build fails if Use Unity Build and Use PCH Files are set to false in BuildConfiguration.xml

UE - Online - Jun 23, 2017

Using BuildGraph to create a local binary build of the engine fails if the BuildConfiguration.xml file has bUseUnityBuild and bUsePCHFiles both set to false. The build fails due to some missing Json ...

NumPublicConnections and NumOpenPublicConnections Always Returning 0 Using Steam OSS

UE - Online - May 24, 2017

When attempting to get the NumPublicConnections or NumOpenPublicConnections, they are always returning 0 when using SteamOSS. ...

Steam Voice Chat Stops Functioning After Server Travel

UE - Online - Apr 27, 2017

Voice Chat stops working after Server Travel is executed. ...

IsLocalPlayerTalking() Not Returning True

UE - Online - Apr 14, 2017

IsLocalPlayerTalking() appears to be returning false indefinitely, regardless if the local player is actually talking or not. ...