Structures get broken after saving and reopening project

UE - Gameplay - Nov 12, 2018

When a project is reopened that contains structures, they will be corrupted with a hash code instead of their original values. If the "Break Struct" node is removed it can't be re added as it is not ...

Cannot package an Engine plugin if another Engine plugin depends on the plugin being packaged

UE - Foundation - Cpp Tools - Plugin System - Nov 12, 2018

Packaging an Engine plugin fails if another Engine plugin lists that plugin as a private dependency. In the two attached plugins, PluginA lists PluginB as a required plugin in its .uplugin file, and ...

[CrashReport] UE4Editor_OculusAvatar!__delayLoadHelper2() [delayhlp.cpp:323]

UE - Platform - XR - Nov 12, 2018

No user comments in crash group ...

Rect Light Source Creates Black Artifacts When Overlapping a Mesh While Light Shaft Bloom Is Enabled

UE - Graphics Features - Nov 9, 2018

A black line will appear If a Rect Light is overlapping a mesh while a Directional Light has light shaft bloom enabled. This line will originate from where the edge of the source is overlapping the ...

Dynamic NavMesh disappears when loading/unloading SubLevels

UE - AI - Nov 9, 2018

A DynamicNavMesh within a NavMeshBoundsVolume placed in a SubLevel will disappear if loading/unloading another SubLevel that has completely nothing to do with the DynamicNavMesh. Using a setup with ...

Crash on Level Load with Sequencer Event

UE - Anim - Sequencer - Nov 9, 2018

Crash when changing maps with sequencers new event director. Confirmed in 4.22 MAIN at CL 4553454 ...

Delay when attempting to input Korean characters using an IME with certain types of text boxes

UE - Editor - UI Systems - Localization - Nov 8, 2018

A user has reported that inputting Korean into certain types of text boxes in the editor using an IME results in delayed input. The user reports that this occurs with SMultiLineEditableTextBox in th ...

iPhone X Notch is off center on XR and XS Max when selecting their screen size in a UMG Widget

UE - Platform - Mobile - Nov 8, 2018

The iPhone X notch is off center on the XS Max and the XR. ...

Blueprint Structure breaks when the Editor is closed and re-opened if the struct contains variables that are a Class Reference and a Soft Object Reference to a Blueprint

UE - Gameplay - Blueprint - Nov 8, 2018

A struct containing variables that are a Class Reference and Soft Object Reference to a Blueprint no longer works after the project is closed and re-opened in the Editor. If a variable of the struct ...

ApplyLimits AnimGraph Node has incorrect functionality

UE - Anim - Rigging - Nov 8, 2018

In AnimNode_ApplyLimits.cpp the inputs for the ConstrainAngularRange function are going to the wrong rotator values. The XYZ of the node's input vec3 is being stored in YPR of the clamped rotator, w ...