Editor crash when adding a spline component after having deleted another spline component

UE - Gameplay - Sep 26, 2016

After adding a duplicate spline point, removing the spline component while the duplicated point is selected and creating a new spline in its place causes the editor to crash. Crash Reporter: [Link ...

Crash Occurs When Using Invalid HideCategories

UE - Gameplay - Blueprint - Aug 8, 2016

The licensee is experiencing a crash when using UCLASS(HideCategories = (Activation, LOD, Collision, Rendering, TextureStreaming, Lighting, Mobile, Transform, Physics, Tags)) This crash occurs afte ...

Float Curve that is set as a local variable in an actor's function is garbage collected when in Standalone, causing a crash

UE - Gameplay - Blueprint - Sep 9, 2016

If a Curve Float local variable is created for a function, it will be garbage collected when garbage collection occurs. This causes the process to crash due to an null pointer error whenever it is r ...

Editor crashes when copying a copied instance of a blueprint in the level.

UE - Gameplay - Blueprint - Aug 9, 2016

Editor is crashing when copying a copied instance of a blueprint in the level. We were unable to reproduce this issue adding a component to the blueprint through the blueprint editor. This issue on ...

Standalone window played from editor hits assert Index >= 0 in UObjectArray

UE - Gameplay - Blueprint - Sep 23, 2016

Standalone window in editor will hit assert in a bit of time. Issue doesn't happen is playing standalone via Visual Studio. ...

Setting FActorSpawnParameters::bRemoteOwned causes inconsistent behavior when spawning actors

UE - Gameplay - Sep 13, 2016

If FActorSpawnParameters::bRemoteOwned is set to true, calling SpawnActor with this spawn param on begin play has different behavior than calling the SpawnActor elsewhere during runtime. If using n ...

Geometry Material Alignment not functioning in 4.8

Tools - Jun 15, 2015

Material Alignment on BSPs are not functioning in 4.8.0 Release. This is a regression from 4.7.6. The issue does appear to be fixed and functional in 4.9 (Promotable-CL-2581018) ...

GameMode::StartNewPlayer calls RestartPlayer() without checking PlayerCanRestart()

UE - Gameplay - Nov 11, 2015

Bug report from UDN thread. https://udn.unrealengine.com/questions/266937/gamemodestartnewplayer-calls-restartplayer-without.html#answer-268579 His point seems sound, we should fix it. ...

The Web browser widget appears to be offset

UE - Editor - UI Systems - Oct 24, 2016

The Web browser widget appears to be offset. The web browser widget appears to be offset and does not scale itself to fit the bounds of the widget. Note: This appears to function correctly in 4.13. ...

Shift drag objects pivot causing broken movement

Tools - Nov 8, 2016

In another related bug UE-38381, but this bug causes the cube to instantly move to where your mouse is located after shift is released a second time. This occurs in 4.13 therefore not a regression ...