If the user adds a second time line to a widget blueprint after the first has had a key frame add then the editor will crash if the curve editor is selected. ...
The Z order that is given to a widget based on it's position in the Hierarchy panel in 4.9 goes from bottom of the hierarchy to the top (The bottom widget is the front most widget) instead of the to ...
If the user creates a shortcut for creating a local variable within the editor preferences and then uses that short cut in the level blueprint this will cause a crash. ...
If the user uses a widget to reference another actor blueprint the project will fail to launch after it has been launched on to the device. This issue occurs on the Android HTC One - X Plus. ...
If the user places a Control Screen Saver node set to false into his blueprint and then launches it to a mobile device, this node will not prevent the device from going to the screen saver. ...
Rapidly clicking on the loading screen can result in the mouse being unable to interact with the level. Note the minimap can still be used but the player cannot interact otherwise ...
AIController.StopMovement needs to be exposed to BP. ...
If a user makes a macro with a wild card array and then nests it inside of another macro. The wild card array will throw the following error. This can also happens with a StandardMacro like For Each ...
When the user clicks on a spin box and then goes to change it on a mobile device. The decimal point does not show up. This can make it hard to determine were exactly the decimal point will show up i ...
If a user creates a struct, uses a Make Struct node, removes a member from the struct, and then adds the value back in the value will not always be correct. ...