Replacing a Widget and then reusing it's name for another widget will cause a crash

UE - Editor - UI Systems - Jun 4, 2015

The user named a border "background" then replaced it with a canvas panel. After this they made an image and named it "background" and this cause a crash. Some kind of naming conflict. ...

Cannot choose attachment bone for child components in C++

UE - Gameplay - Jun 4, 2015

Cannot choose attachment bone for child components in C++ We have a user attempting to parent a mesh to a skeletal mesh, but he cannot attach to a specific bone on the parent causing everything tha ...

Missing painting settings in Foliage Type

UE - World Creation - Worldbuilding Tools - Foliage - Jun 4, 2015

Open a FoliageType asset from the content browser, the "painting" category is missing. The category is there in the foliage tool, and exists in the UFoliageType class, and I can't instantly see why ...

Plugin OculusAudio module could not be found when packaged through UFE in binary

UE - Foundation - Cpp Tools - Plugin System - Jun 3, 2015

This issue also occurs This is the same error as in [Link Removed]. Discovered by a user on AnswerHub, I was able to reproduce this error in today's 4.8 branch, CL 2575437 Attached to his thread ...

Scene Capture 2Ds Ignore Separate Translucency Settings

UE - Graphics Features - Jun 3, 2015

When you place a Mesh with a Translucent Material using Separate Translucency in the view of a Scene Capture 2D using Gaussian DoF, the resultant capture will ignore the Separate Translucency Settin ...

Adjusting transform of a mesh with LODs causes LODs to flicker

UE - World Creation - Worldbuilding Tools - Foliage - Jun 3, 2015

If a hierarchical instanced static mesh has LODs and is scaled in a blueprint, the mesh will rapidly switch between LODs, causing a flickering effect. Note: This only seems to occur if the camera ...

High Resolution Screenshot in Orthographic Unlit Mode Does not Capture Correctly

UE - Graphics Features - Jun 3, 2015

When taking a high res screenshot of an object in orthographic view in 'Unlit' mode, the object size in pixel is the same no matter the resolution multiplier. For instance if you set it to 10.0 th ...

Calling a Multicast RPC from a Player Controller creates a new Player Controller on the Client

UE - Networking - Jun 3, 2015

Calling a Multicast RPC from a Player Controller creates a new Player Controller on the Client. In 4.7.6, this results in a repeating log warning: "LogPlayerController:Warning: Calling IsLocalContro ...

Landscape Layer Blend Nodes Improperly Update when Input Pins are Changed from Weight/Alpha to Height Blends

UE - LD & Modeling - Terrain - Landscape - Jun 3, 2015

Landscape layer blend nodes do not properly update input pins when layer pins are changed from alpha/weight blends to a height blend if the pins are populated during the change. ...

Set Material for a DM in the Construction script will result in a crash

UE - Simulation - Physics - Destruction - Jun 3, 2015

Setting a material in a BP construction script after setting a DM will result in a crash. This will render the BP inaccessible once the project reloads. Opening the BP will result in an instant cras ...