Project crashes without callstack when rotating an actor that has been made up of other actors

UE - Gameplay - Blueprint - Sep 3, 2015

User Creates an actor with a static mesh and then adds more components to it. The user then separates these components from the actor transforms them and then adds them back to the original actor. U ...

Static mesh loses static mesh reference when Alt-dragged in viewport if filepath contains []

Tools - Sep 3, 2015

Static meshes lose their static mesh reference when alt-dragged in viewport. This only occurs if the mesh is located in a filepath containing square brackets ( [] ) within the filepath name. Additio ...

Opening a level in PIE after adding a variable to a struct referenced in the GameInstance crashes this project

UE - Gameplay - Blueprint - Sep 3, 2015

This user's project crashes on opening a level in PIE after adding a variable to a struct referenced in the GameInstance. Note that I had to do this twice to get the crash to occur. The project can ...

The AnimBlueprint Shows Duplicate Objects in the Debug Filter

UE - Gameplay - Blueprint Editor - Sep 3, 2015

The AnimBlueprint shows duplicate characters in the Debug Filter causing three effects: 1. Causes breakpoints not to function properly 2. Reverts back to "No debug object selected" in the Filter rat ...

When changing the index for a select node it can cause wires to disconnect

UE - Gameplay - Blueprint - Sep 3, 2015

If the user runs and array into a select node and then runs the return value into the target of a custom event the connection will break between the array variable and the select node when changing ...

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