Combo box does not function in packaged build

UE - Editor - UI Systems - May 10, 2017

The ComboBox (string) element for UMG is not correctly displaying, The array options do not appear and can not be selected, for the packaged build, while PIE behaves as expected. Regression: This ...

Some Material Nodes Are Not Able To Be Deleted

UE - Graphics Features - May 10, 2017

There are a lot of cases where nodes in the material editor will no longer get deleted even if you save the material after deleting the node. As soon as you close the window for the material editor ...

Imported camera in sequencer is rotated -90 degrees

UE - Anim - Sequencer - Dec 13, 2016

Imported camera in sequencer is rotated -90 degrees. I got the same result in 4.14 ...

When using Set Master Pose Component, crash occurs when target has cloth

OLD - Anim - May 18, 2017

Description: Appears directly related to using Set Master Pose Component when the target component has cloth Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Lin ...

Keying the Spawned Property of a Spawnable Breaks in the details panel

UE - Anim - Sequencer - May 18, 2017

The spawnable mesh seems to be breaking when their spawned property is altered. If you uncheck the spawned property in Sequencer, the Details panel also breaks similar to keying the property. This ...

Material Preview for Post Process Material Does not display in Material Editor

UE - Graphics Features - May 19, 2017

In the Material editor for when working with a Post Process Material, the material does not appear in the preview window. Regression: This issue does not occur in 4.15.2 Binary Builds ...

Ensure triggered by level blueprint when Play as Listen Server is set

UE - Gameplay - Blueprint - Jul 14, 2015

When Editor Multiplayer Mode is set to Play As Listen Server the editor will trigger a breakpoint on exiting PIE if any event is ran though the level blueprint ...

Character actors incorrectly collide with moving actors while jumping

UE - Gameplay - Mar 21, 2016

Character will incorrectly slip through actors that are moving while the character is jumping. ...

FXmlFile asserts on valid empty XML documents

Tools - May 5, 2016

Code asserts because it assumes that a self closing node is within another node or has another node left in the doc to parse ...

UFUNCTION in a derived class with a different signature will cause a crash when called

UE - Foundation - Core - May 12, 2016

Reported by AnswerHub user. UHT should block UFUNCTIONs which hide other UFUNCTIONs with the same name but different signature. ...