Wireframe box does not appear when adding blueprint of custom volume class to the viewport

Tools - Aug 2, 2017

No volume appears when adding a blueprint of a custom volume class to the viewport. Adding an instance of the custom class directly does show the box, but additional functionality cannot be added v ...

Selecting Don't Save when launching onto platform still gives the impression that assets were saved

Tools - Aug 2, 2017

If the user selects Don't Save when launching on to a platform, the dirtied assets appear as saved in the editor (no asterisks next to map names or asset thumbnails). This can be confusing, because ...

Grid on meshes in Simple Composure sample flickers intensely

Docs - Samples - Aug 2, 2017

See attached gif. ...

Instanced Widget Property is not saved after compile if marked as EditInlineNew

UE - Editor - UI Systems - Aug 2, 2017

When an EditInlineNew Instanced property exists within a nested user widget, changes to the property are not saved after compiling the widget blueprint in the editor. ...

The name of the Structure tab in the Struct editor doesn't match how it's listed in the Window menu

UE - Gameplay - Blueprint - Aug 2, 2017

In the Struct editor, there's a discrepancy on the name of the main Structure tab. The tab reads "Structure", but in the Window menu, it's listed as "Member Variables". ...

Button for Swap Paint Color and Erase Color Disappeared.

Tools - Aug 2, 2017

In 4,15, we can use button for swap paint Color and erase color. But, in 4.16 and 4.17, it disappeared ...

Fill Function of Mesh Painting don't Use Color Channel Parameters

Tools - Aug 2, 2017

Fill function of mesh painting don't use color channel parameters. I suggest that FPaintModePainter::ApplyVertexColorAction need to use PaintSettings->VertexPaintSettings.bWriteRed / Green / Blue ...

JAR files in libs are not included in classes.dex with Gradle

UE - Platform - Mobile - Aug 1, 2017

JAR files copied from Intermediate/Android/apk/libs for Gradle packaging are not included in the classes.dex in the final packaged APK. ...

Gradle AAR repository directories with $S(PluginDir) are relative instead of absolute path

UE - Platform - Mobile - Aug 1, 2017

Gradle AAR import paths need to be absolute instead of relative since the current work directory used to package Gradle is not the same as Ant. ...