Updating project modules causes custom blueprints to lose reference to parent class

UE - Gameplay - Blueprint - Jul 7, 2016

When changing the name of a module or creating a new module, updating the _API of a class to the new module will cause blueprints based on this class to lose reference ...

Material Instance color applied as Blendable gets overridden by Master Material's color

UE - Graphics Features - Jul 6, 2016

When applying a Post Process Material Instance as a blendable element in a Post Process Volume with the blend radius set higher than 0, the post process will blend the Master Material's inputs with ...

Planar Reflection seems to render inverted

UE - Platform - Mobile - Jul 6, 2016

Planar Reflections seem to be inverted on mobile devices. The angles seem to be off too. ...

World Position Offset Only Affecting the Z-Axis when applied as a Material to a Landscape

UE - LD & Modeling - Terrain - Landscape - Jul 6, 2016

When utilizing World Position Offset on Landscapes, the VertexNormalWS only pushes vertices in the vertical direction. Even if you are to sculpt an aggressive slope on the landscape, the vertices ar ...

Shader Model 5 and Tessellation causes unintended effects on Linux

UE - Platform - Linux - Jul 6, 2016

Using Shader Model 5 and tessellation on Linux gives strange results that are not present when used on Windows ex: 1) When using Shader Model 5 on Linux, turning on Translucent blend mode and Tesse ...

Hierarchical LODs used with Precomputed Visibility cause actors to occlude that should not behind translucent materials

UE - Graphics Features - Jul 6, 2016

When using Precomputed Visibility in conjunction with HLODs and translucent materials without them culling actors occluded by the translucent material. The example gif attached shows that the base ...

Undo when modifying a single channel causes Entire Actor track to be selected

UE - Anim - Sequencer - Jul 6, 2016

Undo when modifying a single channel causes Entire Actor track to be selected. This is problematic when you're trying to modify just the X, Y, or Z channel in the Graph Editor. ...

Ensure all Template Character classes set AutoPossessPlayer=Disabled when instance placed in level

Docs - Samples - Jul 6, 2016

When spawning multiple characters in a dedicated server, the first client will spawn under the map and be unable to move. See Zak's comment at bottom of thread. ...

SetGamePaused documentation does not match functionality

UE - Gameplay - Jul 6, 2016

SetGamePaused documentation states that it returns "whether the game was successfully paused/unpaused." This seems to imply that a return value of true means either the game was paused and was unpa ...

Crash when using save all, when there is a 3D widget on an invisible sublevel

UE - Editor - UI Systems - Jul 6, 2016

Crash when using save all, when there is a 3D widget on an invisible sublevel ...