GEditor->OnBeginObjectMovement only fires on Actors

Tools - Nov 15, 2016

When moving a component of an actor instead of the actor itself, the OnBeginObjectMovement delegate from GEngine is not triggered. It should match the behavior of the actor itself and trigger the de ...

Crash when attempting to convert a sequencer actor into a BP Class

UE - Anim - Sequencer - Nov 15, 2016

Error message: Assertion failed: IsValid() [Link Removed] [Line: 752] Source Context: 738 return *this; 739 } 740 741 /** 742 * Converts a shared ...

If an asset is referenced using FStringAssetReference::ResolveObject in a blueprint, it cannot be garbage collected

UE - Gameplay - Blueprint - Nov 15, 2016

A licensee has reported that using FStringAssetReference::ResolveObject to reference an asset in Blueprints will result in that asset never being garbage collected. Doing the same workflow in C++ do ...

Launch images display incorrectly on iPad

UE - Platform - Mobile - Nov 15, 2016

Typo in UEDeployIOS.cs assigns the iPad launch images incorrectly ...

Editor crashes when exporting emitters while in PIE

UE - Graphics Features - Nov 15, 2016

My editor often crashes when I export emitters from one PS to another. It doesn't always happen, but often enough. MachineId:97DC791B44BA630C9C2F3E898BBD74D4 EpicAccountId:ecf2758a0d1940589a6131f85 ...

User Defined Struct Editor Hides Long Variable Lists

Tools - Nov 14, 2016

It is possible to add so many variables or array variable elements that the bottom of the list is not visible, and there are no scroll bars. ...

.mp4 videos are not playing on certain mobile devices

Media Framework - Nov 14, 2016

When launching a project with a video in it on an Android or iOS device, it either will work or it will not work. I believe this is due to the OS version of the device, but it may be related to the ...

Unable to filter for Haptic assets in the Content Browser

UE - Platform - XR - Nov 14, 2016

In the Content Browser, there are no dedicated filter options for haptic assets, even though they can be created using the right-click menu in the Content Browser. ...

Particle Event Receiver Spawn Ignores Emitter Being Disabled At Runtime

UE - Graphics Features - Nov 14, 2016

The particle module "Event Receiver Spawn" seems to ignore whether the emitter containing it changes from either disabled to enabled or vice a versa at run time. I also noticed that disabling the ...

Widget Interaction component cannot be moved while the game is paused

UE - Editor - UI Systems - Nov 14, 2016

Widget Interaction component cannot be moved while the game is paused. The widget interaction component stops following the mouse when the game is paused (when source is set to mouse) ...