Property editing of FName properties doesn't restrict their length

Tools - Apr 29, 2015

We likely have several places in the editor that convert text taken from an editable text into an FName without ensuring that the string will fit into an FName. This can lead to editor crashes. One ...

Trace complex for assets simulating physics does not show accurate collision

UE - Gameplay - Apr 27, 2015

When using Trace Complex in a LineTraceByChannel node does not give accurate results when object is simulating physics and scaled. The scaled root mesh in the BP will only register its collision rat ...

Destructible Mesh spawned before static mesh with World or Asset support is not supported

UE - Simulation - Physics - Destruction - Apr 27, 2015

When using World Support or Asset Defined Support on a Destructible mesh that is spawned in, if the static world geometry is spawned in after the DM it will not be supported. However, if the static ...

NavLinkProx's link direction issues

UE - AI - Apr 25, 2015

NavLinkProxy does not react to changes to LinkDirection in the editor. it also seems that link direciton setup doesn't get applied even when link's update is forces by moving NavLinkProxy actor. ...

Setting NavModifierVolume's AreaClass at runtime does not result in navmesh rebuilding

UE - AI - Apr 23, 2015

The volume does accept the change and if it gets moved the navmesh will rebuild with new area set. The core issue is that setting NavModifierVolume.AreaClass at runtime does not notify navigation sy ...

Sound Cues report incorrect MaxDistance when using SoundNodeParamCrossFade

UE - Audio - Apr 23, 2015

Short duration sounds (< 1.0 seconds) trigger a check on max distances by sound nodes in a sound cue. Sound cues which use SoundNodeParamCrossFade are reporting 1.0 as the max distance and thus resu ...

Simulate Physics with Destructible that is using World Support can't be enabled after it's been hit.

UE - Simulation - Physics - Destruction - Apr 22, 2015

When using a Destructible with World Support set simulate physics can be enabled so long as the DM has not been hit yet. Once it's been hit it no long is able to be set to simulate. ...

DOF sky distance doesn't work correctly

UE - Graphics Features - Apr 21, 2015

Blackboard key filtering issues in BTTask_RunEQSQuery

UE - AI - Apr 20, 2015

User reported an issue with BB key filtering while using BTTask_RunEQSQuery. The filtering was inconsistent, sometimes filtering out keys of not matching type, sometimes not. User also reported sele ...

Cache Uniform Expressions per-sprite is tanking performance

UE - Gameplay - Paper2D - Apr 17, 2015

See screenshot for an example with 5000 sprites being rendered. It's eating up 30 ms just for that. ...