Crash when enabling "Support Material Layers" and adding an actor with a widget component to the scene

UE - Graphics Features - Nov 13, 2018

The editor crashes when adding an actor to the level that contains a widget component (the class has to have been set (if the class is set to none the crash will not occur)) and the setting "Support ...

Overriding a UFUNCTION in a Blueprint results in an empty "Event Graph" category being shown in a Data Asset containing an instance of the Blueprint

Tools - Nov 12, 2018

When looking at the details of a UObject contained in a Data Asset, some categories are shown even though they should not be. If a category is marked as hidden in the parent class, it will be shown ...

Hidden and empty categories of a UObject are shown in a Data Asset's details panel

Tools - Nov 12, 2018

When looking at the details of a UObject contained in a Data Asset, some categories are shown even though they should not be. If a category is marked as hidden in the parent class, it will be shown ...

Daydream controller not showing up/tracking

UE - Platform - XR - Nov 12, 2018

Daydream controller does not appear when packaging out to device. ...

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

UE - Platform - XR - Nov 12, 2018

No user comments in crash group ...

Game projects that rely on legacy include paths are not compatible with Blueprint nativization.

UE - Gameplay - Blueprint - Nov 10, 2018

Using legacy-style #include paths in a game project is allowed by UBT by default, but it's currently not compatible with Blueprint nativization, as it does not account for this possibility. Current ...

Opacity Map is exported from Max using Datasmith but not Imported

UE - Editor - Content Pipeline - Datasmith - Exporters - Nov 9, 2018

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 ...

Creating a Blueprint Variable for InputActionKeyMappings, and then removing the default input parameter causes crash.

UE - Gameplay - Input - Nov 9, 2018

Upon creation and compilation of a Blueprint Variable of type InputActionKeyMappings, when clicking the "X" to remove the default input key parameter causes the editor to crash. ...

Copy+Paste with custom widget seems to "break link" with default values

UE - Editor - UI Systems - Nov 8, 2018

It should be noted that this issue does not occur if you were to create a new "test widget" (by dragging it from the widget list) every time instead of copying and pasting an existing widget. The i ...