Wacom Tap to Left Click Doesn't Work with Drop Down Menus

Tools - Nov 23, 2018

While using a Wacom tablet, if you tap to click on drop down menus they will not open up. The menu will appear for a moment then close immediately. Occasionally if you click away from the drop down ...

Asset Registry should store the raw collision complexity enum

UE - Simulation - Physics - Nov 21, 2018

Any static mesh with collision complexity set to project default currently has the project default value stored in the asset registry instead of the "CTF_Default". By storing the converted value  th ...

Material Instance Can't Update Material Parameters Defined in a Material Function Within a Material Layer

UE - Rendering Architecture - Materials - Nov 21, 2018

When you edit the parameters of a material function that is within a material layer from the material instance, the material instance does not update. Found in 4.20 CL# 4369336, 4.21 CL# 4541578, a ...

Setting Lightmap Coordinate Index Past 3 Causes Mesh to Get No Lightmap Information

UE - Graphics Features - Nov 20, 2018

Meshes with their Lightmap Coordinate Index set to anything over 4 will not be lit by static or stationary lighting.  Found in CL# 4.19 4033788, 4.20 CL# 4369336, 4.21 CL# 4541578, 4.22 CL# 4573698 ...

Simulated ability tasks not being cleaned up in UActorChannel::ReplicationMap

UE - Networking - Nov 20, 2018

I've noticed the issue occurring in both 4.20.3 (CL 4369336) and 4.21.0 (CL 4541578). The user on AnswerHub has also noticed the issue in 4.20.2 (CL unknown) and claims the issue did not occur in 4. ...

Adding a Pass By-Reference input parameter to an event dispatcher is allowed, but causes a warning when called.

UE - Gameplay - Blueprint - Nov 19, 2018

You can add a pass-by-reference input variable to an Event Dispatcher, but it will will result in compile warnings, and changes to that input will not affect the value of the variable in the caller. ...

Tilemaps with masked materials respond to lighting at incorrect directions

UE - Gameplay - Paper2D - Nov 19, 2018

Tilemaps using lit methods of rendering are subject to strange lighting behavior. If the material for the tilemap is using a 'masked' method of rendering.  Lighting will appear at incorrect angles. ...

Engine/Extras/MayaLiveLink not provided in install directory

OLD - Anim - Nov 19, 2018

According to the Maya Live Link documentation, the zip file should be provided in the engine installation. https://docs.unrealengine.com/en-us/Engine/Animation/Live-Link-Plugin/Connecting-Unreal-Eng ...

Blueprint Functions with a Parameter Named "Category" Will Change the Functions Category Back to Default

UE - Gameplay - Nov 19, 2018

When creating a Blueprint Function under a non-default category, if you name one of its parameters "Category" the function will be moved back to the default category. This is working as expected in ...

Vertex animation not animating on Switch

UE - Graphics Features - Nov 19, 2018

Licensee has reported their crowd animations are not working correctly. Nothing immediately obvious when I tested the project and thought it would be better to get it raised as a JIRA bug ASAP. ...