UFE Deploying and launching a packaged build on Linux fails due to invalid directory

UE - Platform - Linux - Dec 22, 2016

Deploying and launching a packaged project, using a Custom Launch Profile that is set to copy the project to a repository, fails due to a missing /. I do not see this issue when running a Quick Lau ...

Using Set World Origin Location will cause the player pawn to stutter

UE - World Creation - Worldbuilding Tools - World Composition - Dec 22, 2016

Using Set World Origin Location will cause the player pawn to stutter. The faster the player is moving, the more prevalent the stuttering becomes. User Description: I have encountered a problem wh ...

Stat Sounds behavior inconsistent after being brought up repeatedly

UE - Audio - Dec 22, 2016

If the user runs the "stat sounds" command repeatedly over the course of multiple PIE sessions, there will be inconsistent behavior with when it appears on the screen. In the scenario given in the ...

Steering feels sluggish in VehicleGame

UE - Simulation - Physics - Dec 22, 2016

REGRESSION Yes, does not occur in 4.14.2. Steering in Vehicle Game feels very sluggish. Turning is slow, and the buggy loses a lot of acceleration. ...

Crash on loading some MovementAnimSetPro Blendspaces

OLD - Anim - Dec 21, 2016

Error message: Assertion failed: TrianglesMade==2 [Link Removed] [Line: 373] Source Context: 360 { 361 FTriangle NewTriangle(A->Vertices[1],A->Vertices[2], TestPt); 362 ...

Capsule trace by channel appears to clip through static meshes

UE - Simulation - Physics - Dec 21, 2016

Capsule trace by channel appears to clip through static meshes. The capsule trace appears to clip through a mesh at certain angles ...

Frequent crash building lighting after sculpting landscape

UE - Graphics Features - Dec 21, 2016

Frequent crash occurs once when building lighting after editing a landscape. I added components to the landscape, sculpted, and flattened it. I wasn't able to reproduce the issue again, so the abo ...

Shaders are compiled for Engine on first launch after fresh download

UE - Foundation - Build - Rocket (Installed Engine) - Dec 21, 2016

Engine DDC doesn't appear to be included with fresh install of 4.15 Engine. Upon launching editor for first time, ShaderCompileWorker Process startup and user gets notification shaders are compili ...

4.14.2 Binary Debug Crash does not show up in Crash Reporter

CrashReporter - Web - Dec 21, 2016

Crashes from 4.14.2 Binary are not populating in Crash Reporter website - [Link Removed] This is not the case in P4 builds. This is a regression from 4.14.1 ...

The hitproxy pass only the sectionindex, we need the material index also

Tools - Dec 20, 2016

The mesh hit proxy (static and skeletal) store the section index as a material index. so the override material array need to be driven by the material index, not the section index. I will add the ma ...