Reroute nodes in blueprints cause visual issues for events when using create event.

UE - Gameplay - Jul 25, 2016

When adding a reroute node between a "create event" node and any "Bind Event to...." node, the combo box list in "Create Event" node will disappear. Workaround: If the "create event" node is first ...

Creating a code project named Test will fail the initial compile and every hot reload in Binary

UE - Foundation - Build - Farm - Jul 21, 2016

When a C++ project is named Test on a Binary version of the editor, the project will fail to compile. I'm assuming this is from the editor seeing a precompiled header from another file in the engine ...

Add sanitization code surrounding RigidBody + RigidBodyDynamic flags

UE - Simulation - Physics - Jul 20, 2016

PhysX throws warnings (which are escalated to errors) when CCD and Kinematic are in invalid states (they can only be enabled exclusively). The code to fix this has already been submitted, but may c ...

"Failed import for Component" after loading a map

UE - Gameplay - Blueprint - Jul 20, 2016

It looks like perhaps a load order or circular-dependency type of issue at first glance. Will require further investigation. ...

HZB Setup Mips taking considerable time in GPU Visualizer

UE - Graphics Features - Jul 19, 2016

HZB Setup Mips in the GPU Visualizer seems to be taking considerable ms in 4.12 and 4.13 compared to 4.11.2. This seems to mostly affect editor/PIE GPU Visualization but looks like it should when ...

Imported animation has one more frame than the original fbx

OLD - Anim - Jul 19, 2016

In UE4.12, imported animation has one more frame than the expected frame number. AS_AN_StepAnim_Test.fbx is 60 frame long animation(starts at frame 0, ends at frame 60). When imported to UE4.12, it ...

AttachToComponent::KeepWorldTransform Causing Mesh to Flip

UE - Gameplay - Jul 18, 2016

Using AttachToComponent::KeepWorldTransform is causing a mesh to flip in the user project provided in the repro steps. This has not been reproduced in-house without using the mesh that the user has ...

Particle Lights do not honor Lighting Channel assignments

UE - Niagara - Jul 15, 2016

Particle system light's module does not use Lighting Channels. The particle system itself will accept lighting from it's assigned lighting channels but the lights spawned from the particle system, n ...

Opacity of Translucent Materials in UMG Retainer Box Inconsistent

UE - Editor - UI Systems - Jul 14, 2016

Using a translucent material with a 0 opacity does not seem to be working when using a retainer box that is attempting to apply it to the image. When the material is set to additive or masked, it w ...

Attached Actors in the World Outliner are Becoming Unattached Upon Changing and Compiling the Blueprint

UE - Gameplay - Blueprint - Jul 14, 2016

Making a change in a blueprint and then compiling it causes any actors that are attached to it to become unattached. ...