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

If a delay node is directly connected to Event Receive Draw HUD, Draw Texture will no longer render

UE - Gameplay - Jan 12, 2016

If the user connects Event Receive Draw up to a delay node and then connects the delay node to a draw texture node, the draw texture node will no longer render. ...

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

AttachRootComponentToActor being used over a network can cause an Ensure (previously an Assertion) to be triggered.

UE - Gameplay - Jan 11, 2016

This is a continuation of [Link Removed]. The previous ticket changed an Assertion to an Ensure in order to stop a crash from occurring, and stated that a more complete fix would be coming in 4.10. ...

If child actor component is already also overlapping something it's parent will not fire off an overlap event

UE - Gameplay - Jan 11, 2016

If the a blueprint has an overlap event and that blueprint has a child actor component with an overlap event then the child can stop the parent from firing off an overlap event if the child also ove ...

Client crash on seamless travel in DataReplication with lag

UE - Networking - Jan 11, 2016

When server traveling, client may crash due to lag while attempting to replicate object/property. ...

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