Start up movie on Android device is not playing correctly on Shield Tablet

UE - Platform - Mobile - Mar 13, 2015

When adding a start up movie to a project and launching it onto the Nvidia Shield Tablet device, the video does not play properly. The screen is warped and displays black bars. ...

Mobile HDR Path doesn't work on GearVR

UE - Platform - XR - Mar 13, 2015

MobileHDR fails on GearVR ...

Expand Node on a Function node deletes the Function node

UE - Gameplay - Blueprint - Mar 13, 2015

Expand Node on a Function node deletes the Function node. If the Function node is part of a group of nodes collapsed into a function, expanding that new function node will return all nodes except th ...

Launch on Nexus 9 fails due to unknown arm64-v8a architecture

UE - Platform - Mobile - Mar 13, 2015

Nexus 9 fails due to unrecognized CPU architecture. Need to add mapping of arm64-v8a to arm64 (UE4 internal architecture for this part) so it will fall back to armv7 for now and in future use 64-bi ...

The font inside of the Text box does not update when changed until the user selects another tab

UE - Editor - UI Systems - Mar 13, 2015

If the user drops a text box into the designer tab and changes the font size (after adding text first) the font size does not update right away. Instead the font size will only update if the user cl ...

HydroErosion on landscape crashes on Linux

UE - Platform - Linux - Mar 13, 2015

While on a Linux OS, the editor immediately crashes if the Hydro Erosion tool is used on a landscape. ...

Landscape LODDistanceFactor not applied to levels that were not loaded when it is changed

UE - LD & Modeling - Terrain - Landscape - Mar 13, 2015

Landscape LODDistanceFactor is not applied to levels that were not loaded when it is changed. Sample content shows a landscape in this state. Other landscape properties probably suffer from this s ...

An Actor BP with an editable variable that references another Actor in the level will reference multiple examples of that Actor if it is duplicated

UE - Gameplay - Blueprint - Mar 13, 2015

An Actor BP with an editable variable that references another Actor in the level will reference multiple examples of that Actor if it is duplicated. Reproduced in 4.7.2 binary and Main (//depot/UE4 ...

Deleting folders in the Content Browser will not delete them permanently from Project Folder

UE - Editor - Content Pipeline - Content Browser - Mar 13, 2015

If you delete a folder from the Content browser that is in the Starter content, The folder will reappear if you reopen the project. The only way to delete them would be from Windows Explorer. I als ...

BP-implemented BT decorators end up thinking they're not on active branch

UE - AI - Mar 13, 2015

This issue makes BP BT decorators not being able to run condition checking every tick. The core issue is here: bool UBTDecorator_BlueprintBase::GetShouldAbort(UBehaviorTreeComponent& OwnerComp) co ...