Editor Type Plugins are Included in Packaged Development Build

UE - Foundation - Cpp Tools - UnrealBuildTool - Feb 19, 2016

When you declare a plugin as "Editor" type, the plugin is still included in a packaged development build. Found in 4.10.3 binary. Reproduced in 4.11 Preview 5, and Main CL 2870013 ...

Format Text nodes and split nodes reporting warning that override pins are removed.

UE - Gameplay - Blueprint Editor - Feb 18, 2016

Fallout from CL# 2865330 for [Link Removed], bleedover of the warning to certain intermediately spawned nodes. ...

FollowHmdOrientation is no longer an available option in the player camera manager blueprint

UE - Platform - XR - Feb 18, 2016

Users are having issues after upgrading their project to 4.11 due to the missing option of FollowHmdOrientation in the Player Camera Manager. ...

Root Motion from Everything doesn't accept Root Motion from Montages

OLD - Anim - Feb 18, 2016

Root Motion from Everything doesn't accept Root Motion from Montages in 4.11. This works in 4.10. Can regress down the issue if needed. ...

Collision is not updated on Slave Meshes when using "Set Master Pose Component"

OLD - Anim - Feb 17, 2016

Collision pose is not updated on Slave Meshes when using "Set Master Pose Component". This occurs with both Physics assets and Per-Poly collision This severely effects anybody making characters ou ...

Input Axis Continues to Fire After Standalone Window Loses Focus

UE - Editor - UI Systems - Slate - Feb 17, 2016

When using an input axis for a task such as moving a character, losing focus on the standalone window while holding the key does not stop the axis from firing, which means the character will continu ...

Scaling multiple child components within a blueprint will cause their transform to malfunction

UE - Gameplay - Blueprint - Feb 17, 2016

If the user scales multiple child components and tries to move them it causes exaggerated movement. ...

Crash Occurs When Attempting to Pass a Struct Containing an int64 into a Blueprint Function

UE - Gameplay - Blueprint - Feb 17, 2016

Attempting to pass a struct containing a variable of a type that is not compatible with blueprints into a blueprint function causes the editor to crash upon PIE. Found in 4.10.2 binary. Reproduced ...

Packaging for DLC with plugin multiple times causes failure due to file path length

When the DLC is being built for a project and stored in a plugin, the result is normaly until the DLC is packaged multiple times. This leads to the file path becoming more and more nested each time. ...

Destructible does not return Hit Bone Name when using OnComponentHit Event

UE - Simulation - Physics - Destruction - Feb 17, 2016

When using a Destructible Mesh in a bluprint and trying to return the Hit Bone Name will result in "none" being printed. However, using a simply line trace from the individual bone names from a frac ...