'Launch On' feature for iOS is causing the build to fail from a Mac

UE - Platform - Mobile - May 15, 2015

If you use 'launch on' for a template project, when using a Mac, The build will fail for an iOS device. Tested this issue on a Windows machine and the error does not occur. I have attached the b ...

Crash in ProceduralMeshComponent when building lighting

UE - Graphics Features - May 15, 2015

Crash on build in editor with UProceduralMeshComponent 4.8 p2 ...

Some landscape grass instances floating when generated on AMD cards under OpenGL

UE - Graphics Features - May 15, 2015

User is reporting grass at the edge of their landscape being generated floating in the air on a Mac Pro with AMD GPUs. I have been unable to repro this on my Mac Mini with Intel Graphics HD 4000. Q ...

If a component has been rotated at all, running ComponentSweepMulti on it does not return the correct position of any colliders on the component

UE - Simulation - Physics - May 14, 2015

ComponentSweepMulti does not return the correct location of colliders if the component that is passed in has been rotated at all. The actual collision on the object in the game will be correct. ...

Code classes that include a CableComponent cannot be built in Visual Studio without making a modification to the CableComponent.h file in source code.

UE - Gameplay - May 14, 2015

Adding a cable component to a custom code class will result in a build failure in Visual Studio unless the Cable Component's source code is modified to include CABLECOMPONENT_API. ANSWERHUB:https:/ ...

PN Tessellation and Grass Node Crash Engine

UE - LD & Modeling - Terrain - Landscape - May 14, 2015

Landscape Materials which use the new Grass Output and have Tessellation turned to PNTriangles will crash the engine Also reproduced in Main Promotable-CL-2550487 & Releases/4.8/Promoted-CL-255045 ...

Retopologized landscapes ignore collision when mip level set to 1

UE - LD & Modeling - Terrain - Landscape - May 14, 2015

Object collision ignores landscape components that have been retopologized if the landscapes collision mip level is set to 1 instead of 0. ...

Editor crashes upon PIE unless tick is disconnected and reconnected

UE - Gameplay - Blueprint - May 14, 2015

Project crashes if user presses compile or PIE unless they first disconnect and reconnect event tick within blueprint component BP_BuildStage. Frequency: 4/4 CrashReporter: [Link Removed] ...

Calling a parents function that is used in a child blueprint from a spawn actor from class node that is being called back in the parent will cause an error

UE - Gameplay - Blueprint - May 14, 2015

If the user calls a function (We will call it "Parent's Function") from a child blueprint and then turns around and tries to call that implementation of the Parent's Function with in the parent it's ...

Adding key frames to an animation will cause the editor to crash

OLD - Anim - May 13, 2015

When the use adds key frames to a new animation sequence and then compiles and saves the editor will crash. ...