Move component to (Rotation) appears to take the shortest path by default

UE - Gameplay - Blueprint - Dec 8, 2016

Move component to (Rotation) appears to take the shortest path by default ...

UMG Background Blur renders black on Android

UE - Platform - Mobile - Dec 8, 2016

Tested on Nexus 6P with Android 7.0 Suggest that on mobile the background is not rendered in real time, instead we render the blurred image for one frame and use that same image for subsequent fr ...

Get Platform Name node displays incorrect platform name on tvOS

UE - Platform - Mobile - Dec 7, 2016

GetPlatform node displays the incorrect platform name for tvOS. ...

Reset to default arrow showing up for Bool Variables for black board keys even if value is the default

Tools - Dec 7, 2016

Reset to default arrow showing up for Bool Variables for black board keys even if value is the default. The Reset to Default arrow is always present ...

Virtual Joystick inactive opacity ignored when Prevent Recenter is on

UE - Platform - Mobile - Nov 30, 2016

Using a touch interface with Prevent Recenter set to true prevents the joysticks from fading to their Inactive Opacity setting. Regression?: No This also occurred in 4.13.1 ...

[CrashReport] UE4Editor_UnrealEd!UTransBuffer::Cancel() [editortransaction.cpp:697]

Tools - Nov 17, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 833] ...

Strange Behavior of Array of Structs default values

UE - Gameplay - Blueprint - Nov 14, 2016

When the default values of a struct are set in code and an array of the struct type are added as a class variable, creating a blueprint of the class with show array elements with the "reset defaults ...

Screen Aligned UVs Don't Scale With Aspect Ratio Correctly

UE - Graphics Features - Nov 9, 2016

When using screen aligned UVs they don't seem to account for letterboxing. When the aspect ratio is changed the UVs scale based off the top left of the window or screen and not the viewable area. ...

Print string to screen is interrupted if Console Command prompt is opened and specific keys are pressed

UE - Gameplay - Blueprint - Nov 4, 2016

Print string to screen is interrupted if Console Command prompt is opened and specific keys are pressed. Regression (no) issue (does) occur in 4.12.5 ...

New UPROPERTY variables cannot be added to the Actor Tick category

UE - Gameplay - Blueprint - Nov 4, 2016

Adding the category "Actor Tick" to a UPROPERTY variable adds the variable to a new blueprint category rather than the existing Actor Tick category. ...