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

Editor crashes with 2 or more Clients when spawning in a Blueprint created from a Static Mesh using the Blueprint/Add Script button

UE - Networking - May 14, 2015

Editor crashes with 2 or more Clients when spawning a Blueprint created from a Static Mesh using the Blueprint/Add Script button. Blueprints created from Static Meshes using other methods do not cau ...

World Outliner Sorting order ignores underscores for order

Tools - May 14, 2015

When using the an underscore in the front of a name no longer works for sorting in 4.7 and later. In 4.6 and prior if you added an underscore to the front of the name it would sort to the top of the ...

nonstandard bsp additive brushes cause breaking/artifacting on other bsp brushes when colliding

UE - LD & Modeling - Modeling Tools - BSP - May 14, 2015

if a nonstandard additive bsp brush collides with a standard additive bsp brush, the surfaces of the bsps break and artifact, causing numerous holes in the brushes. ...

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

Execute Console Command function differs from the Engine Scalability Settings

UE - Graphics Features - May 14, 2015

When executing the 'execute console command' with 'sg.ResolutionQuality 25' the engine scalability settings are at 6%. When you set the 'sg.ResolutionQuality 50' the engine scalability settings are ...

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