Setup.bat does not successfully pass the --force parameter to GitDependencies.exe

Running Setup.bat with the optional --force parameter results in an error when GitDependencies.exe is called. ...

Code review for potential fix for crash where Velocity contains NaN

UE - Gameplay - Aug 20, 2015

User crashed in the function "void UCharacterMovementComponent::PerformMovement(float DeltaSeconds)" due to a Velocity containing NaN. AnswerHub post details function calls that lead to where the N ...

Slate draws the elements of an array even when the array is collapsed

Tools - Aug 20, 2015

The elements of an array that are shown in the details panel (below the world outliner) are drawn even when the array is collapsed. This can cause a performance drop when using an array that has a l ...

Special characters in the Bundle Display Name are not showing up on device

UE - Platform - Mobile - Aug 20, 2015

Bundle Display Names support UTF-8 characters. However, the iOS tool chain is not handling these correctly. Error when you try to package a project with & in the display bundle name, whether it's b ...

Copying/pasting an element in an array of EditInlineNew objects results in a reference to the original element being created instead of a reference to a new copy of that element.

Tools - Aug 20, 2015

When duplicating an element of an array of EditInlineNew UObjects, a reference to the duplicated element is created instead of creating a new UObject that duplicates the initial element's properties ...

WmfMedia: Calling the play and pause nodes multiple times cause a media player to stop working

Media Framework - Aug 20, 2015

If the player calls the nodes Pause > Play > Pause > Play, the media player will stop working. ...

Changing the name of the return value in the return node of a binding causes it to silently fail

UE - Editor - UI Systems - Aug 20, 2015

If the user changes the name of the return value (which is "Return Value" by default) the return value will not return anything causing the binding to silently fail. ...

Dynamic point lights generate shader compile errors on HTML5

UE - Platform - Mobile - Aug 20, 2015

The new ES2 movable point lights look promising. Unfortunately, there seems to be an issue with them in HTML5 builds. They work great in the ES2 preview mode in the editor, but when running in an ac ...

Walking into some destructibles crashes the editor

UE - Simulation - Physics - Destruction - Aug 20, 2015

Submitted by a licensee on UDN. I verified it and have attached the test level that he provided. In the test map. some boxes fall and break. Walking straight into the boxes causes the editor to cra ...

AbilityTask cause ability BP to be dirty upon global function remove event

UE - Gameplay - Aug 19, 2015

Gameplay Ability BP is being set to dirty when function is removed from an unrelated actor Blueprint. Reported by Licensee in 4.8.3 QA Build, Reproduced using Fortnite - CL - 2661312 ...