UMG widget callbacks do not set PIE context in editor

UE - Editor - UI Systems - May 21, 2018

This is from a UDN post. Several gameplay functions, such as level streaming and SoftObjectPtr resolution, depend on the GPlayInEditorID being set when that code is executed in PIE in the editor. T ...

Changing the Level Streaming method will remove Levels from folders they were placed in

Tools - Jun 12, 2018

Changing the Level Streaming Method of a Level thats inside of a folder will remove it from the folder. Occasionally once all Levels have been removed from a folder, the folder will delete itself. ...

Using more than a single break node disables fast path

OLD - Anim - Mar 7, 2019

Using more than a single break struct node in sequence (despite no break nodes performing calculations) disables fast path. Splitting structs instead does not cause this issue. ...

Planar Reflections Falling Back to Baked Probes at Certain Angles

UE - Graphics Features - Apr 18, 2019

Planar Reflections Falling Back to Baked Probes at Certain Angles. Found in 4.21 CL# 4753647,  4.22 CL# 5660361, 4.23 CL# 5974510 Working as expected in 4.20 CL# 4369336 This is a regression ...

Maya Shotgun turntable generation not compatible with Unreal 4.22

UE - Editor - Content Pipeline - Import and Export - Apr 26, 2019

The ConstructionScript not being called on drag

Tools - May 2, 2019

The construction script for a custom actor blueprint does not execute after drag when the scene component is selected. Tested in 4.21.2 (CL - 5660361), 4.22.1 (CL - 6063286), 4.23 (CL - 6248266) ...

Sequences with a playback end on a subframe will not fire events that lie between the last whole frame and playback end

UE - Anim - Sequencer - Nov 25, 2019

Sequences that end on a subframe will not evaluate past the last whole frame, preventing events from triggering that should. ...

UserDefinedEnum variables in UserDefinedStructs aren't properly updated when the enumerations are reordered.

UE - Gameplay - Feb 4, 2020

UserDefinedEnum variables in UserDefinedStructs aren't properly updated when the enumerations are reordered. FEnumEditorUtils::BroadcastChanges fixes up Blueprints but not UserDefinedStructs.  ...

Weighted Tangent not functioning in Curve Asset

UE - Anim - Sequencer - Feb 18, 2020

Weighted Tangent handle modifications do not work as expected in Curve Assets. ...