After clearing the options of a ComboBox (String) widget it will not update

UE - Editor - UI Systems - Jan 13, 2015

If a user uses clear options on a combo box (String) and then tries to add new and different data, the data that is added was the data that was removed with the clear options node. ...

Timeline tracks can be given the same name as existing execution inputs, and renaming them and compiling will cause a crash

UE - Gameplay - Blueprint - Jan 13, 2015

Timeline tracks can be given the same name as existing execution inputs, which causes some unusual behavior when dragging off the pin. Renaming them will rename the execution pin instead, and compil ...

Crash with FBX with LODs when distance fields and Generated Lightmaps are enabled

UE - Graphics Features - Jan 12, 2015

DESCRIPTION: When importing a mesh with 1 or more additional LODs when Generate Mesh Distance Fields has been enabled via the Project settings will cause a crash if the import options include using ...

Editable Text Box crashes game on iOS

UE - Platform - Mobile - Jan 12, 2015

Clicking on an Editable text box on a mobile device will causing the project to crash on the device. Tested on an iPad Air 2 (8.1) The crash does not occur on Android. Log files are from xcode ...

Objects with physics enabled do not show up in 4.7 preview 2 (when upgraded form 4.6)

UE - Gameplay - Jan 12, 2015

After upgrading from 4.6 to 4.7 preview 2 objects that are set to simulate physics will not show up if the user uses the mobile preview. ...

Duplicating a Timeline from the MyBlueprint tab creates a Timeline variable with no actual Timeline which cannot be renamed

UE - Gameplay - Blueprint - Jan 10, 2015

Duplicating a Timeline from the MyBlueprint tab (instead of duplicating it in the Graph) creates a Timeline variable with no actual Timeline to edit. It is only possible to Set or Get this variable. ...

console "stat" commands function properly but report command as not recognized

Tools - Jan 9, 2015

A number of "stat commands" such as "stat memory" or "stat collision" are working when used but display the message "Command not recognized: stat memory" when entered. ...

When the viewport is locked to an actor the 'F' Key cannot be used to focus

Tools - Jan 9, 2015

If the user uses the feature to lock the viewport to an actor (such as a camera) and then tries to use the 'F' to Focus on another actor in the scene nothing will happen. The 'F' loses it's ability ...

Users would like to be able to capture UMG within matinee when recording

UE - Anim - Sequencer - Jan 9, 2015

Users would like the ability to capture any Widgets that are added to the screen during their matinee. ...

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self

UE - Gameplay - Blueprint - Jan 9, 2015

Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self. Without one, the BP fails to compile with the following error: "Error Variable node Get NewVa ...