Localization code incorrectly retrieves ManifestName rather than AcrhiveName

UE - Editor - UI Systems - Localization - Dec 19, 2016

In FTextLocalizationResourceGenerator::GenerateAndUpdateLiveEntriesFromConfig() lines 216-222 are meant to get the Archive Name. However line 218 appears to be a copy of line 210 and is set to Mani ...

Unable to change View Options from the menu contained inside of an asset selection dropdown

Tools - Dec 16, 2016

Using the View Options option inside of an asset selection dropdown window does not work. None of the options, other than the Scale slider under Thumbnails, will make any changes and the window is i ...

Foliage LODs do not appear to use the base LODs lightmap any longer

UE - World Creation - Worldbuilding Tools - Foliage - Dec 16, 2016

LODs used with the Foliage Tool are no longer being shadowed accordingly with their baked lighting from their base LOD. Originally they would stay consistently lit, where as now the lower LOD transi ...

An InstancedStaticMesh component set to Stationary doesn't register overlaps

UE - Simulation - Physics - Dec 16, 2016

An InstancedStaticMesh component set to Stationary doesn't register overlaps. However, overlaps are registered on Static and Movable. There is also an issue where actors that start overlapped with ...

Using save all after moving a newly created asset to another folder will cause the asset to also exist in its original location

Tools - Dec 16, 2016

When you move an asset that has been freshly created and not yet saved, it will leave behind information that will get saved by Save All. This saved data isn't visible in the editor but is present i ...

ParticleCutout don't work when AlphaThreshold is 0

UE - Graphics Features - Dec 16, 2016

UParticleModuleRequired::PostEditChangeProperty use "AlphaThreshold > 0". So, if AlphaThreshold = 0, particlecutout don't work. ...

Subsurface Profile material does not render properly in the Material Editor or Material Instance Editor

UE - Graphics Features - Dec 15, 2016

Note: I looked for a similar or related bug but could not find one. Sorry if it's here and buried. Subsurface Profile materials render differently in the Material Editor Preview pane than they do a ...

The IsOverInteractableWidget() function in UWidgetInteractionComponent does not correctly indicate when it is over an interactable scrollbar

UE - Editor - UI Systems - Dec 15, 2016

The scroll bar in a scroll box does not currently indicate that it is interactable. The UWidgetInteractionComponent::IsOverInteractableWidget() function returns true if it is over a button, but retu ...

Setting Multi with ETC2 and PVRTC will select ES3.0 as minimum instead of 2.0

UE - Platform - Mobile - Dec 15, 2016

Chris found a bug where if you set Multi, ETC2 and PVRTC will select ES3.0 as minimum texture instead of ES 2.0 ...

SkelMesh Component > Anim Class does not handle identical AnimBP names

OLD - Anim - Dec 15, 2016

Blueprint SkelMesh Component > Anim Class does not handle identical AnimBP names. Some background is that the identically named ABP was retargeted to the Headless mannequin in this project. Workar ...