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 ...

Spline components no longer have static/movable option

Tools - Nov 5, 2015

Spline components cannot be set to static/movable in blueprints. ...

Navigation System leaks memory when dynamic navmesh is used

UE - AI - Nov 5, 2015

I was able to repro it locally with any project configured for runtime navmesh generation. Loading an empty and navigation-populated maps in turns results in constant increase in navigation memory c ...

UIpNetDriver::ProcesRemoteFunction warnings appear for ShooterGame clients when switching weapons

UE - Networking - Nov 5, 2015

The following warnings appear in the output log for ShooterGame clients when switching weapons. [2015.11.05-19.41.11:550][253]LogNet:Warning: UIpNetDriver::ProcesRemoteFunction: No owning connectio ...

Client references to non relevant actors that go NULL never remap when relevant again

UE - Networking - Nov 5, 2015

https://udn.unrealengine.com/questions/267570/actor-variable-pointer-null-after-net-relevancy-lo.html#answer-267836 ...