First Person Shooter Template produces error upon creation

Docs - Samples - Sep 3, 2015

Creating a FPS template produces an error upon being opened immediately after creation. Error is shown in attached image. ...

Changing Material for Landscapes with Visibility tool causes Crashes

UE - LD & Modeling - Terrain - Landscape - Sep 3, 2015

After a user creates a hole using the visibility tool on a landscape UE4 crashes. ...

The Select node will accept both a Parent Class and a Child Class as inputs if the Parent is added first

UE - Gameplay - Blueprint - Sep 2, 2015

The Select node will accept both a Parent Class and a Child Class as inputs if the Parent is added first. The node will compile if the Index is set to anything other than Wildcard. Note that the no ...

Set Relative Location on components does not replicate to clients

UE - Networking - Sep 2, 2015

Set Relative Location on components does not replicate to clients. Reproduced in 4.8.3 binary, 4.9.0 binary, and Main (CL 2676715) ...

Word Count increases dramatically when Make Post Process is added to Level Blueprint

UE - Editor - UI Systems - Localization - Sep 2, 2015

When you add the Make PostProcessSettings node to the Level Blueprint without connecting it to any other node, the Word Count jumps from 657 to 2870. Removing the node and initiating a level save w ...

Scroll off set for "Scroll box" is incorrect after scrolling with the mouse wheel

UE - Editor - UI Systems - Sep 2, 2015

If the user uses a scroll box and then get the offset of the scroll box it will read correctly until the user uses the mouse wheel to scroll down. The scroll offset will then read lower than the act ...

Using a discreet graphics card on a laptop causes context menus to duplicate

UE - Editor - UI Systems - Slate - Sep 2, 2015

Context menus in the editor (such as right-clicking in the Content Browser) will cause duplicate menus to appear when you hover over a section that makes an extra menu appear. Note: This has only b ...

Editor performance drops when locking read-only levels.

Tools - Sep 2, 2015

When locking read-only levels (via Levels->context menu), each frame we check that both the package exists on disk and whether the file is read-only. Performing this each tick can cause a substantia ...

Painted Instanced Foliage Actors Rendering Multiple LOD's Simultaneously

UE - World Creation - Worldbuilding Tools - Foliage - Sep 1, 2015

When using a mesh as an Instanced Foliage Actor the Levels of Detail are always rendered. The user reporting this issue mentions he needs to use extreme different LOD value ranges for screen size wi ...

Enum to Byte conversion returns 2 for the first enum then 4 then 6 and so on rather than 0, 1, 2, etc

UE - Gameplay - Blueprint - Sep 1, 2015

Enum to Byte conversion returns 2 for the first enum then 4 then 6 and so on rather than 0, 1, 2, etc. This is a regression; does NOT occur in 4.8.3. Reproduced in 4.9.0 binary and Main (2675088) ...