APEX Cloth causes Material Overriding

UE - Simulation - Physics - Character - Aug 26, 2015

After assigning an apex cloth to an element inside of the character skeleton > Mesh section they material is overridden. ...

Adding variables to components reports incorrect owner

UE - Gameplay - Aug 26, 2015

Components that have variables added to them cause the component to register the wrong blueprint owner. ...

Widget IsHovered does not register a TouchUp

UE - Editor - UI Systems - Aug 25, 2015

Widget node IsHovered does not register a TouchUp when you TouchDown onto a touchscreen device. It keeps the same x,y coordinates when moving your finger along the screen. I have spoken with Chris ...

Settings related to Supported Agents are not saved in the DefaultEngine.ini

Tools - Aug 25, 2015

All entries in the Project Settings window are suppose to be saved in the DefaultEngine.ini file. This does not occur for settings related to Support Agents such as Can Walk, Can Crouch, etc. Note: ...

Distance Fields do not work with Directional Lights when using a AMD Radeon card.

UE - Graphics Features - Aug 25, 2015

Distance Field shadows do not appear to be working with those using Radeon series cards. Sample project attached DXDiag of machine that is having the issue is attached. AMD Radeon 200 series. ...

The "_##" is dropped when following the default name of a widget within the Hierarchy panel

UE - Editor - UI Systems - Aug 25, 2015

The Hierarchy panel does not show the full name of a widget the name of the widget starts with the default name (Example: Button) followed but an underscore and some numbers (Example: Button_42). In ...

TextRender components do not update until blueprint is saved and compiled

UE - Gameplay - Blueprint - Aug 25, 2015

TextRender components do not update when text is changed on compile. The blueprint must be saved, closed, and re-opened for the change to take effect. ...

Copying local variables from an event graph to a collapsed graph causes missing local variable warnings upon compil

UE - Gameplay - Blueprint - Aug 25, 2015

If a local variable is present within an event graph and then copied in a collapsed node, the copied variables will have a warning: "Unable to find local variable with name 'NewLocalVar_0' for Get ...

Swarm: Not able to set number of processors to use for Swarm from the UI

UE - Graphics Features - Aug 25, 2015

There is a setting called "LocalJobsDefaultProcessorCount" in the Developer Settings tab in Swarm. After the change to make Lightmass build asynchronously while the user keeps working, this set ...

Physics object set to OverlapAll will still collide with the player

UE - Gameplay - Aug 24, 2015

Physics object set to OverlapAll will still collide with the player User Description: The pawn is simply colliding with and causing physics on objects it shouldn't be. To replicate: Set up a new ...