Linux Slate Dialogs tga files do not have an image icon

UE - Platform - Linux - Jan 8, 2016

TGA files do not have an image icon like the JPG files do in the Slate Dialogs in Linux. ...

Cull Distance Volumes not functioning while in Viewport

UE - Graphics Features - Jan 7, 2016

Static Meshes are not being visibly culled within the bounds of a Cull Distance Volume, until the user presses Play in Editor. I attempted to locate a visualizer or show flag within the viewport or ...

Modules with Emitter Life functioning incorrectly

UE - Graphics Features - Jan 7, 2016

Setting the Emitter Time module with an emitter that is not set to loop will result in an incorrect render of the particles past the emitter duration. Emitter Duration set to 3 seconds:[Image Remov ...

Closing the editor after losing connection to perforce will cancel the save and discard changes

Tools - Jan 7, 2016

If a project loses connection to perforce and is then closed, the editor will prompt to save changes. If any of those changes require checking out an asset, the editor will prompt to check out the ...

Crash Occurs When Generated Item Type Doesn't Match Return Type

UE - AI - Jan 7, 2016

After creating the example generator that is displayed at the bottom of the documentation linked below, a crash will occur if the Generated Item Type is set to EnvQueryItemType_Actor (which is the d ...

UPrimitiveComponent mouse events when underneath Slate widgets not correct

UE - Editor - UI Systems - Slate - Jan 7, 2016

Licensee is adding a widget to the viewport overlay via AddViewportWidgetContent(). The widget receives mouse input when hovered. They return unhandled from all their widget's onmouse functions and ...

Is Input Key Down does not work when Any Key is being checked

UE - Gameplay - Input - Jan 6, 2016

If the "Any Key" keybinding is used in the Is Input Key Down node, the node will never return true, even if any key is pressed. ...

Hierarchical Instanced Static Meshes do not render in Custom Depth

UE - Graphics Features - Jan 6, 2016

When rendering a custom depth post process material Hierarchical Instanced Static Meshes will not use this even if they have been enabled to do so. Sample Project attached. ...

User's project crashes when right clicking a blueprint

UE - Gameplay - Blueprint - Jan 6, 2016

If the user right clicks on the AbilityBase blueprint the editor will crash. ...

Blueprint NAND node should not be associative.

UE - Gameplay - Blueprint - Jan 6, 2016

NAND is not an associative operation, so it should not use the markup that makes N+1 input nodes work by calling the underlying function N times. This was brought to light here: https://udn.unreale ...