Web browser widget does not receive input when used in a 3D widget component on Android

UE - Platform - Mobile - Jul 9, 2018

Web browser widgets to not receive input when used in a widget component on Android devices Update: Oculus Quest devs attempting to implement and interact with the web browser widget via widget i ...

Print String duration divided by number of players

UE - Gameplay - Blueprint - Jul 9, 2018

Print string duration is divided by number of PIE players. ...

Containers of Instanced Subobjects don't inherit as expected

UE - Gameplay - Blueprint Editor - Jul 6, 2018

Changes made to array containers in the parent Instanced Subobject Blueprint does not affect the child. Working in 4.18.3 Broken in 4.19.2 Tested in  4.18.3(CL - 3832480), 4.19 (CL - 4033788), 4. ...

Changes made to default values in a subobject nested within a subobject are not propagated to child Blueprints

UE - Gameplay - Blueprint - Jul 6, 2018

When a Blueprint contains multiple layers of nested subobjects, any subobjects below the top-most layer do not have changes to their properties propagate to child Blueprints. See attached project (c ...

Adding HISMC instances resets wind for all existing instances

UE - Graphics Features - Jul 6, 2018

When adding new HISM instances, actors using SpeedTree -> WorldPositionOffset material are reset. 4.19 Repro project provided by user. I was unable to get WPO wind working in 4.18, I did noticed th ...

Web Browser: No Transparency in 3D Widget Component on Mobile

UE - Platform - Mobile - Jul 6, 2018

Transparency is not being applied to web browser inside of 3d widget on android. Tested with Samsung Galaxy S5 4.19.2 CL 4033788 4.20p5 4173640 4.21 CL 4179794 ...

Media Sound Component does not respect SoundClass Volume on Android

UE - Platform - Mobile - Jul 6, 2018

Media Sound Component, Sound Class Volume not applied on Android. Tested with Galaxy S5 4.19.2 CL 4033788 4.20p5 4173640 4.21 CL 4179794 - Packaging error on android ...

The result of the Attach target change operation using AttackTrack's ContextMenu varies depending on the flow

UE - Anim - Sequencer - Jul 6, 2018

At present AttackTrack's context menu has three patterns of Attach target change flowChange constraintBindingIDUse ExsitBindingUse NewBinding However, 1 and 3 can correctly change the target, but t ...

Behavior of NewBinding and ExistingBinding are different inside Shot track

UE - Anim - Sequencer - Jul 6, 2018

When using NewBinding, the bind does not work properly with the level sequence specified by ShotTrack. The cause is that Guid of ExistingBindingID will be empty when passing through ActorPicked in ...

AttachTrack's SectionTitle is not displayed, when accessed from the master level sequence

UE - Anim - Sequencer - Jul 6, 2018

AttachTrack's SectionTitle is not displayed, when accessed from the master level sequence. The cause is GetSectionTitle in AttackTrackEditor.cpp. When accessed from Master, the result of Sequencer- ...