Vehicle does not create an overlap event in 4.8 preview 2

UE - Gameplay - May 18, 2015

If the user places a trigger volume into the level and then drives the car into it the over lap event will not trigger ...

Widget components render on order of the closest widget to the screen.

UE - Editor - UI Systems - May 18, 2015

If the user uses multiple 3d Widget components with in a single actor they are rendered in order of the closest widget to the screen. This can cause widgets that are behind another widget to clip in ...

Using the 'Show Only Selected' Option with Grouped Actors Selected in the Viewport Still Hides the Grouped Actors

Tools - May 18, 2015

When selecting grouped actors within the viewport and attempting to use the 'Show Only Selected' visibility option from the right-click menu, the actors will be hidden. It is only when you select th ...

Select Node not supported in AnimGraph, but still remains a selectable option

OLD - Anim - May 18, 2015

In the answer provided by the developer for AnswerHub question, "Select Node" is not supported in the AnimGraph. However, the user is still able to select and add this to the AnimGraph which is caus ...

Mouse buttons become depressed once Set Keyboard Focus is run on a 3D widget

UE - Editor - UI Systems - May 18, 2015

If a user is holding down a button on the mouse and the Set Keyboard Focus node from blueprint is called on a 3D widget, the button that is being held down on the mouse is reset to the 'Released' po ...

dtNavMeshQuery::findNearestPoly uses hardcoded array size

UE - AI - May 18, 2015

dtNavMeshQuery::findNearestPoly uses hardcoded array size which results in errors when search radius would require using more polygons then hardcoded the 128. ...

Source Control Submitting via the engine does not accurately check for current Asset status

Tools - May 15, 2015

Licensee has found that when using the submit to source control option in the editor, assets which are deleted to a submitted changelist via the engine are re-uploaded when a person immediately uplo ...

Blackboard interaction crashes engine

UE - AI - May 15, 2015

User Description: "I'm trying to implement AI and following zoombapup's Guard AI YT tutorials. Whatever I do within Blackboard crashes the engine. Yes even a single click on Self key. Here's the dum ...

Including "meta = (WorldContext = "WorldContextObject")" as a specifier in a Blueprint Function Library results in the function not being available in Object Blueprints if a parameter passed into the function is a UObject named WorldContextObject

UE - Gameplay - Blueprint - May 15, 2015

If a function in a custom code Blueprint Function Library class contains meta = (WorldContext = "WorldContextObject") as a specifier, that function does not appear in context searches in a UObject B ...

Collision Boxes not set properly when using negative values

UE - Simulation - Physics - May 15, 2015

When using multiple collision boxes with the mesh scaled in a negative axis while the collision boxes are rotated that the rotation is not taken into account when using the negative scale. ...