Wildcard inputs on Macros incorrectly connect to Cast nodes

UE - Gameplay - Blueprint Editor - Aug 8, 2017

Wildcard Macro pins will not correctly connect to the Object input pin on a Cast To node, though it will connect to the Exec pin. ...

Spot lights do not cast shadows correctly in forward rendering when dynamic

UE - Graphics Features - Aug 8, 2017

Doesn't occur for point lights only spot lights ...

Crash when moving landscape that contains landscape spline to sub-level

UE - LD & Modeling - Terrain - Landscape - Aug 4, 2017

Crash when moving landscape that contains a landscape spline to another sub-level. User Description: The Editor crashes on copy and pasting a landscape spline over to another Level. Always rememb ...

[CrashReport] UE4Editor_Renderer!FUniformMeshConverter::Convert()

UE - Graphics Features - Aug 3, 2017

This is a regular crash that has occurred through 4.16 and into the 4.17 previews. The callstack is similar to [Link Removed] (invalid), although the error message is different. User Description ...

[CrashReport] UE4Editor_Engine!FViewMatrices::FViewMatrices()

UE - Graphics Features - Aug 3, 2017

This is a trending crash in the 4.17 previews. Unfortunately users have not provided any descriptions of their actions when the crash occurred. Source Context 464 FViewMatrices::FViewMatric ...

Deploying from Windows to Linux fails on the first attempt

UE - Platform - Linux - Aug 3, 2017

After hitting this failure, if you try to deploy again, then it will work. This only occurs on the first attempt. Initially, I thought I hit a disc space issue I was hitting due to having a sample ...

Debug filter UI does not updated immediately when selecting a different actor instance

UE - Gameplay - Blueprint Editor - Aug 3, 2017

In the blueprint editor, the Debug Filter UI does not updated immediately when the user selects other actor instances in the level. This can result in the wrong instance being listed as "(Selected) ...

Ensure playing in viewport after closing blueprint and undoing component rename

UE - Gameplay - Blueprint - Aug 2, 2017

Ensure occurs when the user undos the renaming of a component while the blueprint is closed, and then plays in viewport. ...

DeterminesOutputType metadata does not work for soft reference types (TAssetPtr / TAssetSubclassOf)

UE - Gameplay - Blueprint Compiler - Aug 2, 2017

It looks like FDynamicOutputHelper::IsTypePickerPin and FDynamicOutputHelper::GetTypePickerPin need to be updated to support soft references. ...