First four landscape tools are not accessible in VR Editor Mode

UE - Editor - Workflow Systems - Jan 8, 2018

Tested in Oculus.  Found in 4.18.2 CL 3794801, 4.17.2 CL 3658906.  Not able to reproduce in 4.19 Main due to a crash upon launching VR Mode.   Users are able to select any of the first four sculpt ...

Exporting and Importing Alembic File from Maya to Unreal Adds Extra Frame to Animation

UE - Editor - Content Pipeline - Import and Export - Jan 5, 2018

When importing an Alembic file into Unreal Engine an extra frame is added automatically to the frame range in the import settings -abc file has been brought into Maya 2016 and exported again as an ...

Face Normals are Locked to the Direction They Face on Import with Alembic

UE - Editor - Content Pipeline - Import and Export - Jan 5, 2018

Normals do not stay with the face of the asset that has been imported using Alembic whle animating -use import settings for documentation and check Recompute Normals and Force One Smoothing Group P ...

Cannot uncheck "Support armv7" setting in the project settings without first enabling "Support armv64"

UE - Platform - Mobile - Jan 4, 2018

The editor silently ignores in put from the user when trying to uncheck the setting "Support armv7" (when this setting is the only one checked between the options of support armv7 and support armv64 ...

Naming CustomEvent string Input "DisplayName" breaks Blueprint Node

UE - Gameplay - Blueprint Editor - Jan 4, 2018

Naming a custom event string input DisplayName will cause the BP Node spawner to use blank or user-entered data for node listing+creation. Additional Notes: This also occurs when renaming the Text ...

When using StringToBytes() it returns an incorrect value

UE - Foundation - Core - Jan 4, 2018

When using the StringToBytes() function it returns one less byte due to the -1 at the end of the return. The function takes a string and converts it to bytes but it always returns one less byte than ...

Editor becomes unresponsive when Playing Editor with 3 or more players when an Oculus is hooked up

UE - Platform - XR - Jan 4, 2018

The editor appears to freeze when PIE is set to run with 3 or more players and an Oculus is hooked up to the machine. As a note this issue occurs the second time that PIE is used. ...

Applying Clothing Data Causes Mesh Vertex Color to Turn Black (or crash)

OLD - Anim - Jan 3, 2018

-When a clothing asset is applied to the mesh, the vertex color(s) change to solid black -Can be removed by right click Remove Clothing Data -Crashes in Main-4.20 -Can't be tested in 4.17.2 due t ...

Morph Target Preview Slider Defaults to One When Entered Value is Larger Than One

OLD - Anim - Jan 2, 2018

When morph target weight value is set to a number other than 1 the slider sets it back to being a value under 1. It does not go down from the number that it was set to but instead defaults to being ...

FApp::IsUnattended checks are missing when a message box is displayed because serialization has gone out of bounds

UE - Foundation - Core - Jan 2, 2018

In cases where serialization goes out of bounds, there is no check to see if the app is running in unattended mode before the message box is displayed. If the app is running unattended, such as on a ...