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 ...

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 ...

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 ...

Should not call UpdateCullDistanceVolumes on every Actor property change

UE - Gameplay - Sep 26, 2016

Currently AActor::PostEditChangeProperty always sets bDoDelayedUpdateCullDistanceVolumes to true, which will call UpdateCullDistanceVolumes. Licensees report this can take several hundred ms, which ...

Crash when after playing media that requires a different conversion shader

Media Framework - Sep 24, 2016

The pixel format conversion code in MediaTextureResource is currently reusing the global bound shader state for different pixel shaders. This is not supported. There needs to be one shader state per ...

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 ...

Crash moving a spline point after making it the root component of a blueprint

Tools - Sep 23, 2016

Editor is crashing when attempting to move a spline point after making it the root component of the blueprint ...

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. ...

Regression: Undo Transform not reflected in Blueprint Viewport

UE - Gameplay - Blueprint - Sep 23, 2016

During workflow I came across this bug when I was trying to move multiple items around in the blueprint to create a structure. The weird part is that even though it doesn't reflect the movement in t ...

Fullscreen Not Functioning when Windows Task Bar is Docked Vertically on the Left

Tools - Sep 23, 2016

If the Windows Taskbar is docked on the right side of the screen, when Playing in Editor (Standalone Mode) game AND/OR a final packaged game, entering fullscreen results in the game window opening t ...