Crash In Material Editor When Previewing A Node

UE - Graphics Features - Nov 3, 2016

When previewing a blank texture sampler in the material editor while the HLSL window is open, you can assign a texture to the texture sampler and crash the engine. ...

Widgets can no longer take focus after clicking somewhere other than the widget itself

UE - Editor - UI Systems - Oct 24, 2016

Widgets can no longer take focus after clicking somewhere other than the widget itself. The input mode appears to change, but does not change back when clicking widgets Note: This issue did not app ...

Crash attempting to open an asset from Aim Offset graph in Persona

UE - Gameplay - Oct 3, 2016

This is a regression from 4.13 ...

Delay nodes used in a macro cause subsequent macro calls during the delay to never complete

UE - Gameplay - Blueprint - Sep 6, 2016

Calling a macro that has a delay node again before the original call's delay could finish will cause the second call to be ignored when reaching the delay node. This did not occur in 4.12.5 and is n ...

Deleting folders in the Content Browser will not delete them permanently from Project Folder

UE - Editor - Content Pipeline - Content Browser - Mar 13, 2015

If you delete a folder from the Content browser that is in the Starter content, The folder will reappear if you reopen the project. The only way to delete them would be from Windows Explorer. I als ...

ShooterGame player death creates Death Anim Timer handler incorrectly

Docs - Samples - Mar 10, 2015

In ShooterCharacter.cpp (line 376) there is a call to FMath::Min(0.1f, DeathAnimDurtation) that always returns 0.1. User suggests changing FMath::Min() to FMath::Max(). ...