[Feature Request] Ios application default orientation.

UE - Platform - Mobile - May 21, 2018

Many landscape apps have the long side on the left side down, but UE4 defaults to the lower long side on the right side. I thought it would be nice to have an option to change the default orientati ...

Incorrect render target index assignment in GLSLBackend

UE - Graphics Features - May 18, 2018

While investigating [Link Removed], I have found that GLSLBackend always automatically generates render target location indices, regardless of user-specified ones via SV_TargetX HLSL semantics. Rel ...

Cannot package a Client version of a project in UFE when using VS 2017

Media Framework - May 16, 2018

Trying to package a Client version of a project using Visual Studio 2017 currently fails. Packaging a Client version of a project using Visual Studio 2015 completes successfully. Alternate Steps to ...

Local Push Notification of iOS Currently doesn't Work

UE - Platform - Mobile - May 16, 2018

We need to use UNNotificationRequest instead of UILocalNotification which is Deprecated in iOS 10 [Link Removed] ...

When creating a new widget that derives from an existing widget it will not show up in the palette hierarchy after restarting the editor

UE - Editor - UI Systems - May 15, 2018

When creating a widget based on a widget that is available by default in the editor it will not show up in the palette once the editor has been closed until the widget itself has been opened during ...

Reflections Not Behaving As Expected in Splitscreen

UE - Graphics Features - May 15, 2018

In splitscreen, Player 0 view influences reflections for other player views. A user submitted the included test project showing the issue, and I have reproduced on 4.18.3 as well as 4.19.2 (see Spli ...

Casting to ActorComponentOwner inside of nested Inline instanciated Blueprints owned by ActorComponentOwner disappear after Editor restart.

UE - Gameplay - Blueprint - May 15, 2018

A set of objects which can be instantiated Inline in the Editor that contain an array of References to their children that have nested Blueprint objects inheriting from a Native Base Class can cause ...

Launch URL places http:// before the given string on Android, causing some commands to fail

UE - Platform - Mobile - May 14, 2018

Attempting to launch URLs on Android causes http:// to be placed before the string that is given. This causes issues when using commands such as mailto: and tel: which do not work properly when this ...

MakeNoise detected one every two calls

UE - AI - May 14, 2018

Licensee is using the Sense Hearing of the AIPerceptionSystem. When using the GamePlay Debugger they notice that one call of MakeNoise out of every two seems ignored by the AIPerception. ...

bRenderInMainPass of SkeletalMesh doesn't Work on Mobile

UE - Platform - Mobile - May 14, 2018

bRenderInMainPass of skeletalMesh doesn't work on mobile. Even if bRenderInMainPass is set to false, SkeletalMesh will be drawn on MainPass on mobile. Licensee has shared the following correction c ...