Cannot Import Sound File with Duration Less Than 1 Second

UE - Audio - May 29, 2015

Unable to import a sound file shorter than 1 second in length. The two sound files attached are the same sound, but one has been extended to at least 1 second long and successfully imports. ...

Child actor components cannot be individually selected in viewport

UE - Gameplay - Blueprint - May 28, 2015

If a child actor component is placed in a blueprint, that child actor component cannot be individually selected in viewport or scene outliner. ...

2 minute hang and high memory usage when adding assets with large textures

UE - Foundation - Core - Cooker - May 28, 2015

2 minute (or more) hang and high memory usage when adding assets with large textures. The memory increase can be up to 3 or 4 GB when none of these assets(or referenced assets) take up nearly that ...

Sphere Mask using Absolute World Position not rendering in ES2 (Android or iOS)

UE - Platform - Mobile - May 28, 2015

After deploying or Launching on to an iOS or Android device in ES2 mode, a sphere mask using an Absolute World Coordinate will not render correctly. ...

Crash when opening a blueprint that referenced a struct blueprint that no longer exists

UE - Gameplay - Blueprint - May 28, 2015

If a user creates a struct blueprint then references it in another blueprint and then deletes the struct while the editor is closed, the referencing blueprint will crash when opened. ...

Splitting transform pins on add component nodes creates an additional transform pin when duplicated

UE - Gameplay - Blueprint - May 28, 2015

If an add component node is duplicated after the transform pin has been split, it will create an additional transform pin and keep the original split variables. ...

Reflection Vector not translating into ES2 when applied via an Emissive Color

UE - Platform - Mobile - May 28, 2015

When you have a Reflection Vector plugged into a Cubemap and applied to the Emissive Channel of an Unlit Material, the Cubemap will not render on a mobile device with ES2 or in ES2 (Mobile/HTML) Pre ...

Adaptive Tessellation is not updating correctly on moving mesh

UE - Graphics Features - May 28, 2015

User who has been working with an Ocean Shader for some time noticed that on updating to 4.8 Previews, the Adaptive Tessellation is not updating correctly when the mesh displaces from out of camera ...

Using Delay with Tick when Paused doesn't work

UE - Gameplay - Blueprint - May 28, 2015

Using a delay node in an event graph of actor using tick when paused will not work. It pauses the delay node. ...

There's no way to stop AI's movement from blueprints

UE - AI - May 28, 2015

AIController.StopMovement needs to be exposed to BP. ...