Setting animbp reference variable in construction script creates additional animbp reference if simulating

UE - Gameplay - Blueprint - May 24, 2016

If a reference to the animBP is set in the construction script of an actor, simulating will show two separate instances of the animBP instead of one. Setting this on Event Begin Play does not produc ...

FBX 2016 Z-Up fails to import on some FBX files

Tools - May 24, 2016

When using Z-up for Axis Conversion on export using FBX 2016 from a modeling program (3DS Max 2016 used for this test), this axis selection will fail to import with the warning listed below. If usin ...

Asset selection menu tooltips can overlap the dropdown menu

Tools - May 23, 2016

Asset selection menu tooltips can overlap the dropdown menu. It is using the Content Browser tooltips, which attempt to go down and to the right of the menu. However, if the menu is close enough t ...

Spot Lights are not using Light Propagation Volumes when enabled

UE - Graphics Features - May 23, 2016

As of 4.9 Dynamic Indirect Lighting with Light Propagation Volumes should be supported for Spot Lights. This does not appear to be the case for several versions that I could see. Using the methods o ...

Toggling SetSimulatePhysics state on a Primitive component with a child PrimitiveComponent leaks PxShapes

UE - Simulation - Physics - May 23, 2016

FBodyInstance::Weld did not check to see whether or not child components were already welded to a parent. This meant that whenever Weld was called, ShapeToBodiesMap would continue to grow in size, e ...

Particle light flickering with certain Post Process Settings

UE - Graphics Features - May 23, 2016

Particle lights cause flickering when using either FXAA or no AA, but turns into black squares on the screen when you enable Gaussian Blur Regression: Yes, does not occur in 4.10 ...

Crash related to Vertex Painting - MeshPaint!CastChecked<AActor,UObject>()

Tools - May 23, 2016

This crash was reported on the UDN. Upon further investigation it has been experienced by a handful of different users throughout 4.11 and 4.12. JIRA logged for tracking despite unknown repro steps ...

Controller input changes for network players based on which window has focus

UE - Gameplay - Input - May 23, 2016

When testing networked multiplayer with two controllers, if the server window (editor) has focus, controller 1 controls the server character and controller 2 controls the client character. If the c ...

C++ Third Person Template does not accept input for server character in PIE

UE - Gameplay - Input - May 23, 2016

When testing network multiplayer in PIE, server character does not respond to input and cannot be controlled. ...

Fbx importer crash when importing one "line" triangle

Tools - May 23, 2016

When we have a mesh containing one triangle with two vertex at the same location the importer is crashing. It crash because rejecting the line triangle result with a mesh containing no vertex which ...