Simple HUD in Topdown template will have rendering errors if played in Immersive mode

Tools - Feb 27, 2015

Simple HUD in Topdown template will have rendering errors if played in Immersive mode (F11). It will cause a white flickering line on the left and top of the window that will start to blur as the p ...

FPS drop when deploying to a Mobile device

UE - Platform - Mobile - Feb 27, 2015

The FPS drop off of this users project is significant between version of UE4. I tested this issue on a Samsung Galaxy Note 10.1 2014 edition. I also tested on a iPad air 2 on 8.1. There was a sig ...

Cannot click buttons in the upper left corner when using PIE

UE - Editor - UI Systems - Feb 27, 2015

The click for mouse control button overlaps the upper left corner making it hard to click buttons in the upper left corner when using PIE. The button to give mouse control take priority. ...

When switching versions of UE4 the folder colors do not migrate with the project

Tools - Feb 27, 2015

User reports when creating a project and changing the folder colors in 4.6, then opening the project in 4.7/4.7.1, the folders go back to their default color. Users have also reported this happenin ...

Learning button automatically opens tutorials when selecting disable

Docs - Feb 27, 2015

When you first open UE4, the learning center that's highlighted in green pops open a documentation page once you right-click to disable the notifications from this section. ...

Crash on UObject::ProcessEvent after 4.7 update

UE - Editor - UI Systems - Feb 27, 2015

Crash Report [Link Removed] Bugg 38910 After updating project from 4.6.1 to 4.7, user experiences unexplained crash when playing in editor. *In addtion to the crash report, the user provides a lot ...

GPU particles are not showing on Metal / iOS

UE - Graphics Features - Feb 27, 2015

If you place a GPU particle into your project and deploy to an iOS device that supports metal, the asset will not show correctly on the device. I have attached the assets that were used to this rep ...

SimpleParallel BT composite doesn't work when no background task is present

UE - AI - Feb 27, 2015

Obviously this is not an encouraged SimpleParallel's use case, but it should not be broken (unless we spit out a big error message). Needs investigation. ...

TArray<UClass*> in UFunctions are not handled correctly in generated code

UE - Foundation - Core - Feb 27, 2015

Reported on AnswerHub, but confirmed locally. Generated code converts the TArray<UClass*> into a TArray<TSubclassOf<UObject>>, which doesn't compile because TArrays are not compatible in that way. ...

Investigate instanced static meshes' issues with navmesh generation

UE - AI - Feb 27, 2015

Might be broken. Needs investigation. ...