[CrashReport] Crash When Enabling OSVR Plugin

UE - Platform - XR - May 11, 2016

The editor is crashing when the OSVR plugin is enabled. Error Message: Unknown exception - code c06d007e (first/second chance not available) Source Context: 465 // Assign the already load ...

Multiple cleanup and initialize calls for behavior tree memory

UE - AI - May 11, 2016

Bug in FBehaviorTreeInstance processing reported on UDN. ...

Find Session does not always return the correct amount of sessions

UE - Networking - May 10, 2016

Find Session does not always return the correct amount of sessions when finding sessions at the same time. ...

DisplayName UFUNCTION specifier working incorrectly with functions that have a return

UE - Gameplay - Blueprint - May 10, 2016

When using the DisplayName specifier in a UFUNCTION that has a return (anything other than void), the DisplayName does not apply to the function's name in the My Blueprints panel after being overrid ...

Editor actor does not update when component code is changed.

UE - Gameplay - May 10, 2016

When a code based actor component has an exposed array of actor components, adding an element to the array in the editor will add the component to the actor but removing that element does not remove ...

tvOS remote does not map to gamepad inputs.

UE - Platform - Mobile - May 10, 2016

This may be helpful: [Link Removed] ...

BP - Invalid component variable reference 'Access None' spam in a dedicated server build if the component class returns 'false' for NeedsLoadForServer().

UE - Gameplay - Components - May 10, 2016

If a component class returns 'false' for NeedsLoadForServer(), then variables will not be included in the class in a cooked/packaged dedicated server build, and thus any variable references in scrip ...

Chaperone bounds appear to move around in the Vive

UE - Platform - XR - May 10, 2016

If the player moves their head around with the chaperone bounds showing the bounds will wave back and forth in a floating fashion. ...

Plugin fails to compile in 4.11 due to redefinition errors

UE - Foundation - Cpp Tools - Plugin System - May 10, 2016

Plugin fails compile in 4.11 / 4.12 due to redefinition of class/struct type (locally). AH user reported LNK2005 error when compiling in 4.11 Regression: YES? - Project with the attached plugin co ...