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. ...

Post Process Effect Screen Percentage Not Functioning

UE - Graphics Features - Mar 18, 2015

The Post Process setting "Screen Percentage" does not seem to work at all. After looking at the example provided in the documentation highlighting the Content Examples map with this feature, I was ...

Distance Fields no longer work with instances when PIE/Simulate

UE - Graphics Features - Apr 20, 2015

When using distance fields with instance meshes from the foliage tool everything works correctly, however, when simulating or PIE the distance fields will be removed. This working correctly in 4.7.5 ...

Destroy Component inside of a actor blueprint component does not trigger if target is "self"

UE - Gameplay - Blueprint - Mar 18, 2015

If a "Destroy Component" has a target of self within a blueprint component, the "Destroy Component" node will not trigger. ...

Changing the value of a parent class variable does not update after hot reload

UE - Gameplay - Blueprint - Mar 4, 2015

When the value of a variable defined in a parent class is changed inside of the child class, the value is not updated in a BP of the child after hot reloading. ...

Ignore Base Actor Rotation set to false continues to ignore base actor rotation

UE - Gameplay - Apr 14, 2015

Setting Ignore Base Actor Rotation to false continues to ignore base actor rotation when standing on an object that is spinning. ...

Editable text boxes (UMG) are displying the incorrect character when packaging to HTML5

UE - Platform - Mobile - Feb 10, 2015

When you add a editable text box to a project via UMG and package and deploy that project for HTML5, The Text box will show invalid characters when certain keys are pressed. I have attached a photo ...

FBX imports incorrect vertex normals in 4.7

UE - Graphics Features - Mar 2, 2015

Box reflection captures with some assets are not working correctly. The reflection capture is being tiled with version after 4.7 that were not in 4.6. Images are attached to demonstrate along with ...

Crash using the 'Shot' Console Command after 'HighRes Shot 2'

Tools - Apr 7, 2015

A crash occurs when using the 'HighRes Shot 2' command, followed by the 'Shot' command. The user reporting the issue made a couple of notes to avoid the crash using these steps. He mentions the cra ...

Crash when calling "Create Widget" node

UE - Editor - UI Systems - Dec 3, 2014

User reported a crash when trying to call "Create Widget" node set to UserWidget. Was not able to reproduce internally. User was able to resolve the crash by recreating the widget blueprint and re ...