Progress Percent is removed from UMG Progress Bar when Transform Shear value is changed

UE - Graphics Features - Nov 8, 2018

Modifying the Shear values on a Progress Bar in a Widget Blueprint cause it to lose its Fill Color and set Progress. This is a regression from 4.20.3 (CL-4369336). Reproes with -vulkan on both Linux ...

Billboard Component Flickers Between Textures When Using Set Sprite Node

UE - Graphics Features - Nov 8, 2018

When using a Set Sprite node with a billboard component, the texture assigned will flicker between the two possible textures. Working as expected in 4.20 CL# 4369336 Found in 4.21 CL# 4541578, 4.2 ...

Reset To Defaults in Editor Preferences Graph Editor does not work consistently

Tools - Nov 7, 2018

The Reset to Defaults button in Editor Preferences does not reset all the properties to their default values. Tested in 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.21 (CL - 4543149), 4.22 (CL ...

Sequence director fires events multiple times if multiple levels are streaming.

UE - Anim - Sequencer - Nov 7, 2018

The new event track in level sequences fires the number of times that there are levels streaming. ...

Getattachedactors does not return the proper value when called from the Constructor

UE - Gameplay - Nov 7, 2018

A user has reported that using GetAttachedActors in the Constructor does not work properly. If actors are attached in the editor, the function does not return the correct value when called in the Co ...

Vehicle using Async Scene Crash

UE - Simulation - Physics - Nov 6, 2018

Setting a Vehicle to Asynchronous physics will cause a crash. Confirmed in 4.22 Main at CL 4542756 ...

AIController can't properly unpossess character

UE - AI - Nov 5, 2018

There seems to be a bug with the Possess\Unpossess events. Because if you change the last node in "PossessCharacter", which is created in PlayerController(called "PC"), to Unpossess the AI still con ...

Duplicating a SetMaterialAttributes Node Causes Missing Attributes

UE - Rendering Architecture - Materials - Nov 5, 2018

Duplicate SetMaterialAttributes nodes will be missing attribute connections on the node itself, but in the properties tab they will show up. Found in 4.19 CL# 4033788, 4.20 CL# 4369336, 4.21 Previe ...

Skeletal Mesh rigid body simulation is not being updated with correct bones locations right after Skeletal Mesh is spawned

UE - Simulation - Physics - Nov 5, 2018

When simulating in Editor, the Skeletal Mesh bone locations are not being passed into simulate if the simulation is being toggled the same frame when the Mesh is being set on a Skeletal Mesh compone ...

PressMethod is not called in UButton::RebuildWidget()

UE - Editor - UI Systems - Slate - Nov 5, 2018

The void function UButton::RebuildWidget() does not call PressMethod when rebuilding the widget. Tested  4.19.2 (CL- 4033788), 4.20.3 (CL - 4369336), 4.21 (CL - 4537669), 4.22 (CL - 4531805) ...