Possible incorrect suspend/resume handling during Xbox Live games

UE - Platform - Console - Jun 30, 2015

The post at the additional info URL describes a possible engine bug: being unable to connect to an online game after a suspend and resume during an online game. Can we see if this reproduces in Shoo ...

Ignoring pawn collision makes it ignore mesh

UE - Gameplay - Jun 25, 2015

When ignoring the pawn capsule on a character, yet having collision on the mesh, you still fall through the world because it ignores the mesh collision settings. From User: It seems to be infuriati ...

Dialog Windows Still Displayed when Editor is Minimized on Macs

UE - Platform - Apple - Jun 25, 2015

There are some dialog windows that will render on top of other external applications when the editor is minimized and does not have focus.....i.e. 'Building Lighting' and 'Auto-Save' dialog windows. ...

Comment boxes no longer allow pinning/unpinning of comment bubbles

UE - Gameplay - Blueprint - Jun 24, 2015

Comment bubbles above comment boxes no longer have an option to pin/unpin comment bubbles. This functionality allowed users to choose whether or not to show the comment bubble, which was useful for ...

Change in bitfield in a USTRUCT fails to replicate to clients

UE - Networking - Jun 23, 2015

In the sample project provided on UDN, the server changes a bitfield value but the change fails to replicate to the client. ...

Unable to set default of elements for an array of component references through blueprints

Tools - Jun 22, 2015

If a user creates an array to store references to a certain type of component, the existing components will not be available to be selected when they are setting the default values of the elements. ...

Upgrading a project from 4.7 to 4.8 will cause the character to load before the level in a packaged game

UE - Gameplay - Jun 22, 2015

After updating a project from 4.7 to 4.8 the character will be loaded first when the project has been packaged out. ...

Wind affects cloth in scene when there is no Wind Directional Source actor placed

UE - Simulation - Physics - Character - Jun 22, 2015

If a character with a cloth simulation or a mesh with a cloth simulation is in the scene there is wind force that is being applied to the cloth. The only way to remove this is by setting a Wind Dire ...

GPU Particle Collision changes based on Normal Intensity on Colliding Surface

UE - Graphics Features - Jun 18, 2015

Increasing the intensity of a Normal Texture on a colliding surface will cause the collision of GPU particles to behave strangely, looks to be falling through floor, when you are using a Constant Ac ...

Child components that are simulating physics are not moved along with the parent when the parent is moved by AddActorWorldOffset

UE - Simulation - Physics - Jun 18, 2015

If a blueprint has a child component that is simulating physics, that child component will not follow it's parent or make any movement if the parent is moved via AddActorWorldOffset. ...