Set All Bodies Below Simulate Physics Only Causes Ragdoll Effect if it is Set to Root Bone

UE - Simulation - Physics - Sep 29, 2017

-This functions in 4.16 -Physics will only simulate if the Third Person Character bone name variable is set to root -Physics does not affect any other bone -Make sure to plug in set in collision f ...

Async Load Primary Asset Class node fails in packaged build

UE - Gameplay - Sep 28, 2017

The Async Load Primary Asset Class node returns an invalid class for a packaged project. This does not occur in PIE / Standalone (calling the node does return the expected primary asset class) Reg ...

Material appears darker when applied to the screen via HUD blueprint as apposed to a widget blueprint

UE - Editor - UI Systems - Sep 22, 2017

Material appears darker when applied to the screen via HUD blueprint as apposed to a widget blueprint ...

SceneColor in surface material ignores translucent objects

UE - Graphics Features - Sep 22, 2017

Translucent meshes and particles behind an actor who's surface material uses SceneColor node are not rendered properly. Changing the view angle of the camera causes the translucent meshes to "pop" ...

Grandchildren of UDataAsset are not properly registered by the Asset Manager

UE - Gameplay - Sep 19, 2017

Any child class of UDataAsset (parent) will properly be picked up when the Asset Manager's Asset Base Class" field is set to the appropriate class. However a grandchild class (Child) with the same ...

Variables in Child Actor Template not Updating from Construction Script

UE - Gameplay - Blueprint - Sep 18, 2017

Project showing the issue attached. Variables in child actor template not updating based on changes made in child actor's construction script. Per licensee, "I'm basically trying to make a child a ...

No easy way to see details of multi-selected items of one type in new PhAT

UE - Simulation - Physics - Sep 13, 2017

REGRESSION: Yes, in the previous version of PhAT it was easy to do this since there was different modes for Constraints and Bodies In the new PhAT, there's no easy way to see the Details for a sele ...

Changing Physics Asset Constraints while playing in editor doesn't update actor in level

UE - Simulation - Physics - Sep 13, 2017

Changing a constraint setting on a physics asset while PIE doesn't automatically update the skeletal mesh actor in the level that is using it. If the user changes a setting that does cause a phys a ...

On mouse Down not firing for left click on Button widgets when using precise click

UE - Editor - UI Systems - Aug 31, 2017

When using the left mouse button to click and drag a button, the on drag detected will not fire even when using precise click. This was not the case in previous versions of the engine (Works as expe ...

Meta data specifier WorldContext prevents functions from being called in Object blueprints

UE - Gameplay - Blueprint - Aug 31, 2017

If a UFUNCTION is declared as both BlueprintCallabl as well as static, with the meta specifier "WorldContext = "SomeContext"", the function does not show up in the list of function calls for any blu ...