Enums in blueprint macros receive "Direction mismatch" errors upon calling macro in event graph

UE - Gameplay - Blueprint - Nov 6, 2015

If a macro that contains an enum and enum output is called within an event graph, the enum will show a direction mismatch error upon placing a copy of the macro into the event graph and recompiling. ...

Unable to Import Sockets and LODs together for Static Meshes

Tools - Nov 6, 2015

When importing a Static Mesh into UE4 that is using the SOCKET_ naming, and is part of a Level of Detail set, the socket is discarded. If the Level of Detail set is removed from the Static Mesh, t ...

Target build folder does not clear when repackaging

UE - Platform - Mobile - Nov 6, 2015

When repackaging the same project over and over again for HTML5, the Utility.js folder doesn't delete/clear during the repackaging process like it's suppose to. ...

NavArea blueprints in Develops folders appear to have no affect

UE - AI - Nov 6, 2015

If the user creates two NavArea Blueprints (one in the content folder and the other in a developer folder) if one is inside of a developer folder then it will appear to have no affect when it comes ...

Garbage Collection crash on Compile attempt

UE - Foundation - Core - Nov 6, 2015

Attempting to compile anything in the editor (blueprint, widget, level bp, etc) will cause the editor to crash. Project Link: [Link Removed] Crash Reporter: [Link Removed] Note This has only been ...

Setting Pressed Sound for Widget Style Doesn't Set the Value

UE - Editor - UI Systems - Nov 6, 2015

Attempting to set the Pressed Sound for Widget Style dynamically never actually sets the sound. When you click the button, you get no pressed sound. However, when setting the Pressed Sound through t ...

UAIPerceptionStimuliSourceComponent never registers with required senses

UE - AI - Nov 6, 2015

UAIPerceptionStimuliSourceComponent::OnRegister tries to remove nulls from RegisterAsSourceForSenses but the condition in RemoveAllSwap is wrong. It should be SenseClass == nullptr instead. ...

Behavior of configuration file hierarchy is different from document

UE - Foundation - Core - Nov 6, 2015

Licensee reported behavior of configuration file hierarchy is different form document here (https://docs.unrealengine.com/latest/INT/Programming/Basics/ConfigurationFiles/index.html) Doc: 1. Engine ...

Custom Time Dilation causes PhAT bodies to hover

UE - Simulation - Physics - Nov 5, 2015

Custom Time Dilation causes PhAT bodies to hover This is not only happening with vehicles like the original bug described. This is also happening with PhAT skeletal meshes that are moving. https:/ ...

Crash when creating a local variable inside of a collapsed node graph that has been copied

UE - Gameplay - Blueprint - Nov 5, 2015

If the user creates a function with local variables and then collapses the variables down into a collapsed graph and then duplicates this collapsed graph the variables in the second graph will be gr ...