Single frame of blackness during iOS startup

UE - Platform - Mobile - Apr 13, 2017

When a project is launching on an iOS device, there is a momentary flash between when the splash screen stops displaying and the game window opens. This flash is present even when using transition ...

Inconsistent 'Skip Owner' Replication Behavior Between Editor and Packaged Game

UE - Networking - Apr 13, 2017

When a variable is set to Skip Owner replication, it is still being replicated to the owner in a packaged game. This is inconsistent with the behavior in the editor, as testing this using Play in Ne ...

"Set Playback Position" to the end of the sequence stops it at current playback position

UE - Anim - Sequencer - Apr 13, 2017

"Set Playback Position" to the end of the sequence stops it at current playback position ...

Color Picker window closes when selecting objects in the viewport with the Eye Dropper Tool

Tools - Apr 13, 2017

The color picker window stays open if the Eye Dropper tool selects color from anywhere other than the viewport. The color is captured in the color picker before it closes, but makes it a nightmare t ...

Stationary Light Overlap View Mode Broken By Forward Renderer

UE - Graphics Features - Apr 13, 2017

The stationary light overlap view mode doesn't work properly in the forward renderer. Everything gets a red highlight making it impossible to see overlap. Images attached. ...

Output Pins Not deleting on DoOnce MultiInput

UE - Gameplay - Blueprint - Apr 13, 2017

When using the DoOnce MultiInput node in blueprints, deleting a newly added pin on the input side will not delete its corresponding output pin. Adding a new pin after that will create the result lik ...

Compile failure launching C++ project onto tvOS/iOS in Development

UE - Platform - Mobile - Apr 13, 2017

This is the same issue as UE-41313 but is showing up in the release branch.[2017.04.12-21.37.50:215][354]LogPlayLevel: UnrealBuildTool: /Users/Shared/UnrealEngine/4.16/Engine/Source/Runtime/Core/Pub ...

Review UMaterialFunction input/output post-load resolve

UE - Graphics Features - Apr 13, 2017

Both internally in a handful of one-off cases and externally we've seen cases where material functions have incorrectly resolved causing a crash trying to use the input/output expressions. Most case ...

Array inputs on event dispatcher cause a compiler note.

UE - Gameplay - Blueprint - Apr 13, 2017

Looks related to [Link Removed], but it appears that something was overlooked. Probably requires a similar fix for the delegate node. ...

Crash can occur when calling GetSkinnedVertexPosition on a skeletal mesh with a slightly different bone hierarchy than the skeletal mesh whose skeleton it is using

OLD - Anim - Apr 12, 2017

MDW: In progress (Dev-AnimPhys CL 3392820) When calling GetSkinnedVertexPosition on a skeletal mesh that uses the same skeleton as a different skeletal mesh with a slightly different bone hierarchy ...