iOS App crashes in IAP code when AppStoreConnect agreement is not valid

UE - Online - Nov 1, 2023

From licensee: Their iOS app will "crash when purchasing IOS IAP was caused by the lack of a Paid Apps Legal Agreement setup in AppStoreConnect. It would be nice if we were to get a more graceful fa ...

UVOIPStatics::VoiceTalkerMap entries overridden in single-process multiplayer PIE

UE - Online - Oct 2, 2023

UVOIPStatics::VoiceTalkerMap uses FUniqueNetIdWrappers as its keys, which will be the same across multiple instances for a player. A player's local pawn can have a voip talker, and that pawn on a re ...

OSS Null won't find multiple LAN sessions hosted by a single instance

UE - Online - Feb 22, 2023

This happens because of how FLANSession::Tick will handle receiving multiple response packets from a single host. FLANSession will cache the ResponseGuids of any incoming host response packets, so i ...

Stateless Connect Handler's SessionId and ClientId checks not working with SteamSockets

UE - Online - Feb 14, 2023

We've had a couple of reports of the recently added session/client id checks in the StatelessConnectHandlerComponent failing when using SteamSockets. The connections fail with the "Rejecting handsha ...

SteamSockets not setup to handle Client/Session ID handshakes

UE - Online - Jan 13, 2023

Repro Rate: 3/3 This is a live issue where the customer claims that the SteamSockets implementaton is not setup to handle the new Client and Session Id setup that was introduced in 5.1. This issue ...

Ensure and crash when using voice chat during seamless travel

UE - Online - Nov 10, 2022

If an instance starts seamlessly travelling while talking in the session's voice chat, the ensure in FScene::Release will be hit, often with the instance then crashing soon after (such as in FAudioD ...

APlayerController::IsPlayerMuted no longer supported on clients

UE - Online - Nov 9, 2022

Recent changes to the player controller's mute functions have resulted in the MuteList not being updated on clients, and instead APlayerController::ClientMutePlayer now just directly calls MuteRemot ...

Crashes when server travel during voice chat talk

UE - Online - Mar 23, 2022

The VoipListenerSynthComponent created by the voice chat will try to be released by the GC after the server travel because it has previous levels and references, but the referenced level does not al ...

EOS Voice plugin causes a crash after adding "DefaultPlatformService=EOS" to the DefaultEngine.ini then restarting the editor

UE - Online - Jan 10, 2022

This is not a regression. Doesn't affect UE5. The editor crashes on start up after enabling EOS Voice Chat, and updating the .ini to include DefaultPlatformService=EOS. Removing DefaultPlatformServ ...

OSS Steam: SteamSocket listen connections do not work after poll group changes

UE - Online - Oct 25, 2021

In 4.27 the logic in SteamSocket.cpp which is part of the SteamSockets plugin was changed to use Poll Groups instead of a removed API function that checked all children of a listen socket. However,  ...