Packaging with Code Editor plugin crashes and then fails to build

UE - Foundation - Cpp Tools - Plugin System - Jun 18, 2015

Packaging with the [experimental] Code Editor plugin enabled causes a crash during the packaging process in 4.8 source. The crash does not kill the editor, project can recover by choosing for Window ...

Draw as Border pulls a default texture containing all icons in the engine when applied to a button

UE - Editor - UI Systems - Jun 18, 2015

When changing The Draw as setting for a button widget to "Border" it automatically sets the image for the border to that of a sprite sheet that is used for all of the icons in the engine. ...

Functional Test framework crashes adding delegate instance when multiplayer PIE enabled

UE - Gameplay - Jun 18, 2015

The Functional Test framework crashes when adding a delegate instance if multiplayer PIE is enabled. The crash occurs at the check code in the block below from ..\Engine\Source\Runtime\Core\Public\D ...

The command r.screenPercentage ## does not work when in VR mode

UE - Platform - XR - Jun 18, 2015

Trying to set the screen percentage does not work when in VR mode. A user used an execute console command to run r.screenPercentage and it worked as expected until the user press Alt+Enter to engage ...

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

Collision capsule attached to skeletalmesh with 'collision enabled' collides

UE - Simulation - Physics - Jun 18, 2015

Collision capsule attached to skeletalmesh with 'no collision enabled' collides despite of being set to 'no physics collision' work around: image attached ...

Switching to SM4 with LPVs active crashes Editor

UE - Graphics Features - Jun 18, 2015

Switching to SM4 when you have LPVs active in a project will crash a project. Also reproduced in Main Promotable-CL-2589716 and 4.8.0 Launcher [Link Removed] ...

Crash converting code project 4.7 to 4.8 ; Array index out of Bounds

UE - Gameplay - Blueprint - Jun 18, 2015

Some users are experiencing a crash when converting their project from 4.7 to 4.8. From user reports it appears to be affecting those who have added code to their projects and created blueprints bas ...

Get array node will disconnect on restart if it's getting from an array variable of the same bp

UE - Gameplay - Blueprint - Jun 18, 2015

Get array node will disconnect on restart if it's getting from an array variable of the same bp. User Description: I have connected GET and Target, then saved and closed the editor. Then I created ...