Procedural Mesh generated on BeginPlay does not collide with sweep actors in a packaged game

UE - Gameplay - Nov 10, 2016

If a Procedural Mesh is created on BeginPlay (at runtime) instead of in the Construction Script, collision with non-player objects does not register correctly in packaged or launched games. This wor ...

Rocks in VehicleGame create unnatural physics reactions with the Vehicle.

Docs - Samples - Nov 10, 2016

The rocks in VehicleGame are causing the vehicle to have physics spasms by flipping and jumping the vehicle. ...

A text block's outline appears to provide an outline for the drop shadow as well.

UE - Editor - UI Systems - Nov 10, 2016

A text block's outline appears to provide an outline for the drop shadow as well. ...

LOD materials are wrong for multiple tree static meshes in Kitedemo

Docs - Samples - Nov 10, 2016

A lot of the tree meshes become big and blocky at the furthest LOD level. This causes them to look odd when they are far away in the distance. This is a regression from 4.13.2 ...

Ease node not considered Pure function but has no exec pins

UE - Gameplay - Blueprint - Nov 10, 2016

Ease node not considered Pure function but has no exec pins. This causes a warning to appear within the compiler results as seen in the attached image. Regression (yes) issue (does not) occur in 4 ...

Fbx scene re-import is not marking as dirty new asset

Tools - Nov 10, 2016

Make sure all created and modified asset in a re-import are mark dirty. Creating a collision mesh was dirtying the asset, this is why the bug is only when we are not generating collision mesh. ...

Undo in Skeletal Mesh Editor causes model to disappear

UE - Gameplay - Nov 9, 2016

I can across this issue when I was Ad Hocing and wanted to pose a skeletal mesh in a certain way. I imported one into my project and moved a bone, then undo and it was gone. I wanted to check if it ...

Cable Component unable to convert to static mesh notification

UE - Gameplay - Nov 9, 2016

While Ad Hoc the new features for 4.14, I was testing the feature of converting actors to static meshes. I attempting to convert the cable into a static mesh and I went through the windows and noth ...

Attempting to rename function bound to delegate or rebind delegate to new function will fail

UE - Foundation - Core - Nov 9, 2016

Changing the name of a function that is bound to a delegate, or attempting to bind a delegate to a second function, causes the new/changed function to not be called when the delegate is triggered. ...

Anim BP Class Defaults are deselected on compile

OLD - Anim - Nov 9, 2016

If the Class Defaults are selected when compiling an animation blueprint, the will be deselected and the user will be required to select them again. This doesn't occur with anim blueprint nodes. A ...