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

r.PostProcessAAQuality does not work in mobile preview on source builds

UE - Platform - Mobile - Sep 26, 2016

r.PostProcessAAQuality is not working properly in mobile preview on source versions of the engine. ...

Source Control: Perforce Branch History is Parsed Incorrectly

Tools - Sep 26, 2016

Several issues have been reported within the ParseHistoryResults method from PerforceSourceControlOperations: 1. Any Records that share the same filename will only display the last record with that ...

Enable Sound editor preference does not disable sound during PIE

Tools - Sep 26, 2016

When Enable Sound is disabled in the editor preferences, sound is still played during PIE sessions. This setting does not work as expected back to 4.9, but worked in 4.8. ...

Source Control: Some Perforce operations do not use the specified P4Changelist argument

Tools - Sep 26, 2016

While the engine currently supports a P4Changelist argument when launching the editor from the command line, we are only currently using it to check out assets through FPerforceCheckOutWorker::Execu ...

Default World Grid Material Crashes on Launch in Forward Rendering Mode

UE - Graphics Features - Sep 26, 2016

When Launching, the level will crash as long as the world grid material is applied in the scene and needs to be compiled. If you attempt to package the project it will fail with the error "unable to ...

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