Delay nodes occasionally don't fire the "Completed" output in a nativized build.

UE - Gameplay - Blueprint - Jun 13, 2018

This happens when the 32-bit LatentUUID signed integer that we generate for the delay node starts with "-1" when converted to an FString (e.g. "-1824950080"). During compilation, we pack latent fun ...

Segment to Segment Navigation links not usable/working

UE - AI - Dec 3, 2015

A licensee asked about SegmentLinks not working. These were apparently disabled because they were buggy and are waiting to be fixed, but not currently being worked on. Adding this to JIRA since ther ...

Launcher and Editor context / dropdown menus do not display correctly on upcoming Windows 10 build

UE - Editor - UI Systems - Slate - Oct 3, 2016

A few users using the Windows 10 Insider Preview have found that after a certain point in the Prerelease builds, starting at 14915 it seems, the Unreal Editor and Epic Games Launcher context menus h ...

Cast enum to byte could occasionally break cook/resave in level BP

UE - Gameplay - Blueprint Compiler - Aug 27, 2020

 Workaround:The blueprint macro had a cast from the enum to an int and that was causing the issue, getting rid of the cast and just returning the enum and then changing all the places that were usin ...

Duplicating / Moving (to another level) an actor with a Hierarchical Instanced Static Mesh component causes a crash

UE - Graphics Features - Nov 14, 2016

When you have an actor with a Hierarchical Instanced Static Mesh component that has a Static Mesh set and is populated with at least 1 instance and then duplicate it or move it to another level, it ...

Building for Gear VR Distribution fails due to missing Oculus lib

UE - Platform - XR - Jun 7, 2017

Users have reported that building for Distribution on Gear VR results in failure due to a missing Oculus library. The error they receive is as follows: UATHelper: Packaging (Android (ETC2)): [javac ...

FBX Import for Skeletal Meshes normals not correct

UE - Graphics Features - Jan 12, 2016

When importing a mesh as skeletal mesh and using any of the MikkTSpace or option to "Import Normals and Tangents" will cause the normals to import incorrectly. If using the Compute Normals or Import ...

Adjusting color picker value for color structs within a structure crashes editor

UE - Gameplay - Blueprint - Aug 1, 2016

Attempting to adjust the value of a color struct via the color picker in structures crashes the editor. Frequency: 3/3 CrashReporter: [Link Removed] Regression (Yes) issue (does not) occur in 4. ...

Memory Leak When Hovering Over a Folder Containing Blueprints

UE - Editor - Content Pipeline - Content Browser - Jun 7, 2016

Hovering the mouse cursor inside a Content Browser folder that contains blueprints causes the memory usage to steadily increase. This only seems to occur with blueprint assets in the folder. A use ...

Foliage instances are not included when exporting a scene to FBX

UE - World Creation - Worldbuilding Tools - Foliage - Aug 4, 2016

When exporting Foliage instances to FBX the FBX will not contain any of the foliage instances, but will include any other static or movable geometry. This is a regression. This worked in 4.11.2 but ...