Debug lines can be obscured by post processing effects

UE - Graphics Features - Sep 14, 2015

Debug lines (Results of DrawDebugLine()) can be obscured by post processing effects such as a strong glare. Debug lines should be always visible for debugging purposes. ...

meta specifier ArrayClamp does not work with array in struct

UE - Gameplay - Blueprint - Sep 14, 2016

Giving an int32 variable the specific ArrayClamp has no affect when the specified array is defined inside a USTRUCT(). Variable is able to be set to a value outside of specified struct's range. ...

Blueprint CanJump node will return true once after current jumps is over max jumps and never return true again

UE - Gameplay - Sep 5, 2016

CanJump Blueprint node will return true for 1 jump after "MaxJumps" and if this happens, will never return true again, even after Character has landed and CurrentJumps has reset. ...

Performing a hot reload on a project that contains an FStringAssetReference will crash the Editor.

UE - Foundation - Core - Mar 10, 2015

Performing a hot reload on a project that contains an FStringAssetReference inside a struct results in a crash. This was reported to work fine in 4.6.1, but I was unable to verify that is the case. ...

Can't undo blueprint/material movement done by arrow keys

UE - Gameplay - Blueprint - Feb 8, 2017

When moving nodes in materials and blueprints using the undo option doesn't undo the movements made by the arrow keys. This issue affects anything that uses nodes on an event graph. ...

Cannot Create Data Asset Derived from Blueprint/C++ Classes

UE - Gameplay - Blueprint - Apr 26, 2017

When creating a new data asset, it is not possible to select a Data Asset C++ Class or Derived Blueprint as its base class. This did not occur in 4.15.1, this is a regression. ...

[CrashReport] UE4Editor_Kismet!SBlueprintPaletteItem::OnNameTextCommitted() [sblueprintpalette.cpp:1319]

UE - Gameplay - Blueprint - Sep 28, 2017

This is a trending crash after the 4.17.2 hotfix, although it has existed since the 4.16.1 hotfix. User Descriptionswas creating a new graph in a blueprint ...

OnUrlChanged does not fire on mobile

UE - Platform - Mobile - Sep 28, 2017

When using On Url Changed event on mobile devices, the event does not appear to fire as expected. Tested on iphone 5 As a note: The function GetUrl appears to be similarly affected. ...

Error on Attempting to Save Map Containing Actor Sequence Component

UE - Anim - Sequencer - Sep 28, 2017

colored text+Link to screencast of repro steps: + [Link Removed] -May take some clicking around even between windows -Will not save after this -Does not affect 4.16 ...