Set Actor Scale 3D Not Functioning as Expected

UE - Gameplay - Blueprint - Jan 12, 2016

Using Set Actor Scale 3D in the Construction Script is not functioning as expected. If you set the scale to 1,1,1, you are still able to freely scale an instance of the object in the scene. However, ...

Engine module doesn't properly reference dependencies on the NetworkReplayStreaming module

UE - Networking - Jan 12, 2016

Need to add NetworkReplayStreaming to the list of PublicIncludePathModuleNames in Engine.Build.cs ...

HLODs do not correctly work with Dynamic Material Instances

UE - World Creation - Worldbuilding Tools - HLOD - Jan 11, 2016

A licensee has reported that when using Create Material Instance Dynamic and adjusting a material at run-time is not working with HLODs. It doesn't seem supported (yet) and unchecking the "merge m ...

Collision jitters when going up stairs, causing erratic overlap events.

UE - Simulation - Physics - Jan 11, 2016

When overlapping with another object while moving up stairs with a character, the overlap events (OnBegin / OnEnd) that occur will be called multiple times in an alternating fashion. This will also ...

Crash when setting Project to only use Windows and DX11 with texture compression as BC7

UE - Graphics Features - Jan 11, 2016

When user sets their texture compression to BC7 while the project settings are set for Platform to only be Windows and use only DX11 this will cause any textures with this set to cause a crash when ...

Struct crashes when switching variable types while the default values are being shown

Tools - Jan 11, 2016

If the user switches between two variable types in a struct while the default values are being shown then the editor will crash ...

TraceHitInfo not returning correct PhysMat when Changed at Runtime via MID

UE - Simulation - Physics - Jan 11, 2016

Line Traces are not correctly returning the Physical Material Info when that information is changed at runtime via a Override Physical Material or a Set Physical Material via a Dynamic Material Inst ...

Crash when using +CVars=r.MobileContentScaleFactor=2

UE - Platform - Mobile - Jan 11, 2016

Iphone 6 Plus crashes when using +CVars=r.MobileContentScaleFactor=2, but it will run if you use +CVars=r.MobileContentScaleFactor=1. The project linked is set up with +CVars=r.MobileContentScaleFac ...

RenderTarget Texture Alpha rendered incorrectly when SceneCapture2D AA set to true

UE - Graphics Features - Jan 8, 2016

The Alpha Channel of the Render Target Texture is rendered as a value of 1 (solid white) when the SceneCapture2D actor is set to LDR with PP and Anti-Aliasing is set to true in the General Show Flag ...

Signal 11 error when closing project on Linux

UE - Platform - Linux - Jan 8, 2016

Closing a project using the red X will cause a signal 11 error in the terminal after the project closes. ...