Instanced Static Meshes Incorrect Normals when Scaled Non-Uniformly

UE - World Creation - Worldbuilding Tools - Foliage - Apr 2, 2015

When comparing the World Normals of an Instanced Static Mesh being scaled non-uniformly to that of a regular Static Mesh, their normals do not match one another. I have attempted to look over the d ...

The "Get Input Touch state" node does not return false for the "Is Currently Pressed" pin when dragging of screen

UE - Gameplay - Input - Apr 2, 2015

If the user presses down and drags off screen without lifting their finger/releasing mouse button then the "Get Input Touch State" node does not return false (for the Is Currently pressed pin). It c ...

Multigates only fire the first output when inside a function

UE - Gameplay - Blueprint - Apr 2, 2015

Multigates only fire the first output when inside a function. The same setup in the Event Graph will function as intended. Reproduced in 4.7.4 binary and Main (//depot/UE4/Promotable-CL-2498147) ...

Attaching New Camera Actor to Spring Arm Component does not set the Location Correctly

UE - Gameplay - Blueprint - Apr 2, 2015

After adding a new Camera Actor Component within Blueprints to an existing Spring Arm Component, the Camera Component adopts the location settings , but does not set its location within the viewport ...

Multithreading Race Condition Crash with Anim Montages

OLD - Anim - Apr 2, 2015

Basically, the problem is that the Main Thread is able to run AActor::Tick() (including Blueprint Tick Events) at the same time that the animation system is running functions such as UAnimInstance:: ...

Save notification stays in lower left corner when editor is minimized

Tools - Apr 2, 2015

A user has reported that the saving notification sticks on the desktop when the editor is minimized. When you maximize the editor, the saving notification does disappear.I have not been able to repr ...

Compiling actor components causes editor to crash

UE - Gameplay - Blueprint - Apr 2, 2015

User has reported that his actor components are bugged in his BP_Hero blueprint, stating that the functions aren't being recognized. And when he attempts to compile another blueprint that references ...

Cannot Delete Event Dispatcher inside of a child blueprint when the parent has an event dispatcher as well

UE - Gameplay - Blueprint - Apr 2, 2015

If the user creates two blueprints and parents one to the other and then creates 3 event dispatchers in total between the two in an alternating method it will cause and error and the event dispatch ...

AutoReimport can kick in too early for files that are being written out continuously

UE - Editor - Content Pipeline - Import and Export - Apr 2, 2015

When exporting a large file, due to the way the auto reimporter only checks for the number of changed files has remained stable for some given threshold, it can kick in too early even though the sin ...

It's possible that navmesh size is limited by something else than number of bits in polyref

UE - AI - Apr 2, 2015

This needs investigation, but I think I've stumbled on it while working on GDC map as well - with tiles small enough navmesh stopped generating even though we should be within the huge limits we hav ...