HUD can cause a crash when used with Mobile. "When running from visual studio exception happens here: https://github.com/EpicGames/UnrealEngine/blob/4.22/Engine/Source/Runtime/Renderer/Private/Mobi ...
A user has reported that adding a Parent call to an inherited multicast function causes the event to be called twice if it is executed on a client. Regression?: No This occurred in 4.20 Link to te ...
"...it seems the crash occurs because it is trying to load an empty (0 byte) save file. Stepping through the code in Engine/Plugins/Online/IOS/OnlineSubsystemIOS/Source/Private/OnlineUserCloudInterf ...
When comparing the World Normals of an Instanced Static Mesh being scaled non-uniformly to that of a regular Static Mesh, their normals do not match one another. I have attempted to look over the d ...
Replicated properties defined in an actor component blueprint are not being replicated because UActorComponent::GetLifetimeReplicatedProps isn't adding the blueprint properties to the OutLifetimePro ...
Packaging a plugin for iOS fails when using remote build from a Windows PC. This may be related to [Link Removed]. ...
The editor appears to freeze when PIE is set to run with 3 or more players and an Oculus is hooked up to the machine. As a note this issue occurs the second time that PIE is used. ...
The reflected Sky material looks blurry and low res when set to unlit, however setting the material to Default Lit has the correct reflection. Even though the reflection is correct the lighting brea ...
A user has reported that the Optimization Viewmodes menu does not appear with any options when the Preview Rendering Level is set to Android ES2 or ES3.1. Regression?: Yes This did not occur in 4.2 ...
in UMaterial::GetAllReferencedExpressions, the mobile branch ignores every CustomOutputExpressions including RuntimeVirtualTextureOutput. ...