UMG animation timeline runs the length of the visible timeline when previewing animation

UE - Anim - Sequencer - Nov 2, 2015

If the user creates an animation in UMG the animation preview will play the entire visible timeline when the user clicks play (not just the part of the time line that has animations). ...

GearVR mount/unmount triggers erroneous touch end events

UE - Platform - Mobile - Nov 3, 2015

Extra touch end events are created for unsupported touch action types. These need to be ignored. ...

FullScreen Immersive on KitKat and above devices still shows device buttons

UE - Platform - Mobile - Nov 2, 2015

Enable fullscreen immersive on kitkat and above devices does not properly work on devices with onscreen buttons. ...

Using ConstructorHelpers::FClassFinder in a GameMode constructor may result in a default value or crash if the level is reloaded multiple times.

UE - Gameplay - Oct 27, 2015

Randomly selecting a character class from the GameMode constructor using ConstructorHelpers::FClassFinder can result in default or null character being set when the level is reloaded. It appears tha ...

SceneCaptureCube::PostActorCreated() fails compile

UE - Gameplay - Oct 26, 2015

SceneCaptureCube::PostActorCreated() is not set with "ENGINE_API" and causes compile errors when trying to use a class that inherits from SceneCaptureCube. ...

Using USceneCaptureComponentCube::UpdateContent() is not exposed and fails to compile

UE - Gameplay - Oct 26, 2015

Making a call to USceneCaptureComponentCube::UpdateContent() will cause the compile to fail with an unresolved symbol linking error. This is inconsistent with USceneCaptureComponent2D::UpdateConten ...

Landscape Components No Longer Editable after Undoing Component Deletion

UE - LD & Modeling - Terrain - Landscape - Oct 20, 2015

When working in Manage Mode with Landscapes and deleting a component, if you undo the deletion, you can no longer modify or select the component. I did attempt to rebuild the scenes lighting and ge ...

Any Key input binding does not respond to any key presses

UE - Gameplay - Input - Oct 15, 2015

The input binding "Any Key", which was added in 4.9, does not respond to any key presses. Regression?: No: This feature did not exist before 4.9 ...

Crash when trying to find references to blueprint Structure node

UE - Gameplay - Blueprint - Oct 12, 2015

Right clicking on a struct node inside a blueprint and selecting the "Find References" option will cause the editor to crash Crash Reporter: [Link Removed] ...