Crash in K2Node_CallFunction

UK2Node_CallFunction::GeneratePinTooltipFromFunction relies a lot on loops that increment the index used to check the individual characters in the comments. The problem is that there are a few miss ...

Disabling "Should Be Visible" On a Streaming Level Resets Variable Values

UE - Gameplay - Jan 6, 2017

When disabling "Should be Visible" of a stream level and then enabling it again, the values of variables in a Blueprint that has been placed in a stream level maintain their value in PIE but reset t ...

Add Controller Pitch Input Isn't Relative

UE - Gameplay - Jan 6, 2017

Add Controller Pitch Input isn't relative to the player. The user has provided a video of this issue occurring as well: [Link Removed] ...

Multiple Materials not assigned to Mesh on Import

UE - Editor - Content Pipeline - Import and Export - Jan 6, 2017

Not all material elements are created and assigned to the static mesh using multiple materials. With the attached mesh, only the first element is created and the other two are left non-existent. I c ...

Crash when using stereo on command in shipping build

UE - Platform - XR - Jan 6, 2017

Crash when using stereo on command in shipping build. The game crashes when the stereo on command is called via an Execute Console Command node. ...

Crash on Device when Deploying Mobile Project with Modulated Shadows and Planar Reflections on iOS 9

UE - Platform - Mobile - Jan 6, 2017

A crash occurs on iOS when deploying the licensee's project using iOS 9 version. The crash does not occur when deployed to a device using iOS 10 version. They believe the crash to be related to Pl ...

Dropdown selection box jitters when mouse is moved over top of it on Mac

Tools - Jan 6, 2017

This is a regression as it does not occur in 4.14.3 at CL 3248269 Update chris.wood: I think this might be a wobble caused by floating point errors in SMenuAnchor::Tick() ...

Changing TeleportRotationThreshold or TeleportDistanceThreshold at runtime fails to change teleport settings

UE - Simulation - Physics - Character - Jan 6, 2017

USkeletalMeshComponent::USkeletalMeshComponent() caches off the teleport values for later use and then ignores the exposed values entirely. This should not be the case. We either need to detect chan ...

Unable to go fullscreen in Standalone Game

Tools - Jan 5, 2017

Unable to make the Standalone Game window fullscreen with a console command or with Alt+Enter. This is a regression as this was not an issue in 4.14.2. ...