Android Client unable to join VOIP Host Session

UE - Online - Aug 6, 2019

Android client is unable to join a VOIP Hosted Session. The following messaging occurs when the Client tries to join a found session on Android:LogInit: BSD_Android: I am localhost (127.0.0.1:0) L ...

iOS Show External Login UI Blueprint Node fails on new iOS devices

UE - Online - Jun 6, 2019

I have been trying to test iOS online subsystem functionality for my game and thought that this blueprint node was just broken. This bug will probably catch many UE4 developers that are new to iOS b ...

Private lobbies cannot be invited to on Steam

UE - Online - May 13, 2019

The old method doesn't work with private match invites as it doesn't have the right security permissions. It's still valid for dedicated servers. It also doesn't work properly with lobbies on VR eit ...

STEAM: Modifying the connection slot numbers can lead to a condition where the lobby is no longer joinable

UE - Online - Apr 25, 2019

Session data no longer updates when the backend tells us our session is full which then limits the ability to modify the session size on the fly. Because of this, joinability will be set on the sess ...

Platforms that allow for configurable VOIP sample rates do not respect config values

UE - Online - Jan 8, 2019

Because of when GetEnumValueFromString (called by GetVoiceSampleRate) executes for certain modules at load time, the global enum master list is empty, which leads to the config value not being parsa ...

UDN 472564 - CurlHttp merges headers on redirect

UE - Online - Dec 7, 2018

when curl requests are redirected (301) – response headers are merged together and are comma separated.  but, Content-Type headers are required to use semi-colon ";" separators. ...

Packaging to HTML5 fails when Online Framework is enabled

UE - Online - Nov 17, 2018

Packaging a project to HTML5 while Online Framework is enabled seems to cause packaging failures. It produces the following errors from the Output Log:   PackagingResults: Error: unresolved symbol: ...

Multiple Steam NetConnections to a single session are recorded incorrectly during cleanup

UE - Online - Nov 6, 2018

When introduced with two Steam NetDrivers/NetConnections to the same user, instead of closing out the communications on a per channel basis, the entire session is removed from the connection list. T ...

IAP fails (in-game) on iOS Match3

UE - Online - Aug 28, 2018

The device this was tested on is 4987_iPhone 6+_11.2 The live build didn't provide UE4 logging, but that will be added. There is also a failure to purchase on Android but it gets farther than this ...

User created OSS plugins require modifying Engine now

UE - Online - Aug 24, 2018

This was discovered in live build and posted in UE Forums that based on changes to OSS, users (binary specifically) can no longer create their own OSS plugins as it requires modifying the Engine Sou ...