Package game fails after creating plugin through editor

Tools - Sep 3, 2015

After creating a plugin in using the New Plugin button in the editor the project will fail to compile. ...

Get All Actors of Class is failing to report at Event Begin Play in a streamed level

UE - Gameplay - Sep 3, 2015

Get All Actors of Class is failing to report at Event Begin Play in a streamed level. Test project attached. This is a regression: did NOT occur in 4.8.3. Reproduced in 4.9.0 binary and Main (2678 ...

When creating an extra return node inside of a function the return values should be duplicated across both nodes

UE - Gameplay - Blueprint - Sep 3, 2015

When a user creates a second return node (Right click> "Return node") inside of a function the second return node will duplicate any return values that are added while it is in existence. ...

Disabling collision of an actor after an overlap event will cause the event to fire twice

UE - Gameplay - Sep 3, 2015

Disabling collision of an actor after an overlap event will cause the event to fire twice This is working properly in 4.10-2674146 User Description: Calling on "Set Actor EnableCollision" or "Set ...

Setting Auto Possess AI to "Spawned" or "Placed in World or Spawned" will play falling animation

UE - Gameplay - Player Movement - Sep 3, 2015

If the Auto Possess AI is set to Spawned or Placed in World or Spawned then the falling animation will play in the blueprint viewport. ...

Editable Text crashes on Android

UE - Platform - Mobile - Sep 3, 2015

Editable text crashes the project on Android devices. This does not happen on iOS or Windows. ...

(New) Capsule does not change in viewport to reflect new values entered in details Panel

UE - Gameplay - Player Movement - Sep 3, 2015

Adding values in the details panel to a new Capsule Collision Component will not affect the Capsule in the CharacterBlueprint Viewport. *This only effects a new Capsule Collision added to a charact ...

Controller::GetPawn() returns NULL in 4.9

UE - Gameplay - Sep 3, 2015

Making a call to GetPawn in an AIController class will return NULL which will crash when that return value is used. This is a regression as the call is made successfully in 4.8.3. Working CL: Work ...

The "Draw Text" node used within the onpaint override should be static

UE - Editor - UI Systems - Sep 3, 2015

The Draw Text node should not have a target pin to the "Widget blueprint library" ...

Compiling a Blueprint that references a deleted Macro from a Custom Macro Library will crash the editor

UE - Gameplay - Blueprint - Sep 3, 2015

Compiling a Blueprint that references a deleted Macro from a Custom Macro Library will crash the editor. Crash Report: [Link Removed] This is a regression: did NOT occur in 4.8.3. Reproduced in 4. ...