File->Open Level does not follow the same procedures as opening a level through the content browser

Tools - Sep 28, 2016

Loading a level through the content browser and File->Open Level do not have the same behavior. ...

Using the arrow keys to navigate the Attach To dropdown causes accidental selection

Tools - Sep 27, 2016

When using the arrow keys to navigate the Attach To menu, the first actor that is highlighted will automatically be selected instead of allowing the user to select the actor they wish. Regression?: ...

Preview Background Feature Removed From UMG In 4.13

UE - Editor - UI Systems - Sep 26, 2016

Widget Blueprint no longer has "Preview Background" feature in 4.13. This is misleading since the documentation mentions to use this in the workflow here: https://docs.unrealengine.com/latest/INT/En ...

GetDistanceAlongSplineAtSplinePoint becomes inaccurate as point approaches 0% or 100% of spline length

Tools - Sep 26, 2016

When the USplineComponent::GetDistanceAlongSplineAtSplinePoint() function is called, the value returned is not accurate if the point approaches the range of 0 - 10 % or 90-100% of the spline. ...

Skylights not Updating in Blueprint Viewport

UE - Graphics Features - Sep 26, 2016

When modifying the properties of a Skylight actor as a component within Blueprints, the changes are not reflected in the Blueprint viewport. If you drag the blueprint into an empty scene and modify ...

PlayLevel PlayStandaloneLocalPc( ) appears to be calling UE4Editor from engine binaries which can prevent game specific scripts from loading

Tools - Sep 26, 2016

PlayStandaloneLocalPc is used when user launches Standalone Game from editor, which loads the .uproject from UE4Editor in Engine binaries instead of loading project from project binaries. ...

Post Process Material Can Only Be Applied Once as Blendable Element

UE - Graphics Features - Sep 26, 2016

If you apply the same material more than once as a blendable element the effects will not stack. Only one of the materials will be taken into account. However, if you make a copy and apply that it w ...

Bisecting a BSP with another BSP with an axis scale value at < .25 breaks bsp faces

UE - LD & Modeling - Modeling Tools - BSP - Sep 26, 2016

Bisecting a BSP with another BSP with an axis scale value at a value < .25 breaks bsp faces, causing them to no longer render correctly. NOTES The value at which this begins to occur is 0.249992 ...

A build may fail in Visual Studio if a space is added after the # in an include pre-processor instruction to allow a struct in one header file to reference a struct in the other

UE - Foundation - Core - Sep 23, 2016

A project building in Visual Studio will sometimes fail with the error Unrecognized type 'FBar' - type must be a UCLASS, USTRUCT or UENUM. This can occur in situations where one struct was reference ...

Directional Stationary lighting does not shadow properly in 4.13

UE - Platform - Mobile - Sep 23, 2016

This is in response to the reported bug from UDN, here: https://udn.unrealengine.com/questions/313095/in-the-shadowdirectional-light-always-light-skelet.html ...