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. ...

Switching levels via blueprints crashes editor

UE - Gameplay - Feb 18, 2016

Switching levels via blueprints crashes editor. This occurs using either "Execute Console Command" or the Open Level node. Frequency: 2/2 CrashReporter: N/A ...

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 in UAIPerceptionSystem::UnregisterSource When Exiting PIE

UE - AI - Feb 17, 2016

User Description: The Perception System crashes when exiting PIE on UAIPerceptionSystem::UnregisterSource. It doesn't check for null sense classes which are there by design I suppose. I transition m ...

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 ...