Capsule Collision component has incorrect physics collision when rotated

UE - Simulation - Physics - Jan 5, 2017

Capsule Collision component has incorrect physics collision when rotated. This only seems to happen when the Capsule Collision is a child of another component that is simulating physics. If the pare ...

Suspend Clothing Simulation doesn't work when running from Construction Script

UE - Simulation - Physics - Character - Jan 5, 2017

If the user sets up Suspend Clothing Simulation in the Construction Script of a blueprint, it will not work when playing. It will work if setup in the Event Graph on Begin Play. ...

Editor Crashes when importing some FBXs with multiple Material IDs in 4.14.2

UE - Editor - Content Pipeline - Import and Export - Jan 5, 2017

This is a regression in behavior between 4.14.1 and 4.14.2! The editor will crash when importing FBX meshes that have multiple material ID assignments. If it's a single material ID it will import w ...

Odd shadow behavior when the user suspends cloth without pausing animation

UE - Simulation - Physics - Character - Jan 5, 2017

When the user suspends cloth without stopping animation, there will be some odd shadow movements. This doesn't occur if the user stops the animation along with suspending cloth (which is the prefer ...

Very slow foliage tool instance placement

UE - World Creation - Worldbuilding Tools - Foliage - Jan 5, 2017

Regression since 4.13 due to change in UStaticMeshComponent::InvalidateLightingCacheDetailed ...

Duplicated bp components incorrectly double their transforms when created

UE - Gameplay - Blueprint - Jan 4, 2017

Add a light to a blueprint Move it away from the origin Right click on the component and duplicate it Notice that the new light is now a child of the previous light and that its transform is now in ...

Crash reimporting an FBX with LODs and Morph Targets, but leaving "Import LODs" disabled

UE - Editor - Content Pipeline - Import and Export - Jan 4, 2017

Error message: Assertion failed: ImportedResource->LODModels.IsValidIndex(LODIndex) [Link Removed] [Line: 282] Source Context: 270 * Constructor. 271 * Converts a skeletal mesh to ...

Crash occurs when building lighting on Mac

UE - Graphics Features - Jan 4, 2017

The Unreal Editor will crash whenever you try and build lighting. Crash does not occur in: 4.14.2 - 3241561 ...

Typo Regarding Comments For LODColoration In BaseEngine.ini

UE - Foundation - Core - Jan 4, 2017

The comments describing the colors for LODColorationColors in the BaseEngine.ini file are incorrect. These comments seem to have been added in 4.13. ...

Auto-weld is Enabled even if the blueprint component is set to Simulate

UE - Simulation - Physics - Jan 4, 2017

Auto-weld is Enabled even if the blueprint component is set to Simulate. This only effects blueprint, static mesh actors in the world still disable Auto-weld if set to Simulate. This is a Regressio ...