Attached Project Crashes on PIE and when Compiling or Attempting to Delete Third Person Character BP

UE - Gameplay - Blueprint - Nov 20, 2015

In the attached project, there are crashes that occur in a few instances. When you open the Third Person Character BP, compiling or attempting to delete it will cause the editor to crash. Also, atte ...

GenerateKDopAsSimpleCollision() clamps vertices that are close to the origin which results in inaccurate primitives

UE - Gameplay - Nov 10, 2015

When DOP simplified collision is generated for a mesh that has vertices that are close to the origin, part of the function till clamp any values between -0.5 and 0.5 to be 0.5 which will cause the r ...

Significant Performance Drop During Play While Behavior Tree is Open

UE - AI - May 18, 2016

Attempting to play in editor, standalone, or VR Preview when a behavior tree that is running is open will cause a significant performance decrease. The framerate drops from ~120 to ~80 fps while the ...

Modulated Shadows on IOS cause flickering on Skeletal Meshes

UE - Platform - Mobile - Feb 10, 2016

Modulated shadows are not functioning properly on IOS devices for skeletal meshes. Any skeletal meshes in the scene will cast a shadow, but have a flickering modulated shadow on the skeletal mesh as ...

ETC2 Android devices are no longer supported in the Google Play Store as of 4.14

UE - Platform - Mobile - Nov 29, 2016

When uploading ETC2 packages to Google Play Store, it shows that 10712 devices were removed as supported devices and 332 remain. They did state in their AnswerHub that the unsupported devices still ...

Sequencer does not refresh on creating a new camera if Default Property Tracks is empty

UE - Anim - Sequencer - Jan 24, 2017

If CineCameraActor's Default Property Tracks setting is empty, doing add camera in sequencer does not update the content of Sequencer. One needs to close then reopen Sequencer to see the added Camer ...

IPA Package Sizes have Increased between Versions

UE - Platform - Mobile - Feb 21, 2017

When packaging for iOS the IPA file seems to have increased in size from previous versions. The licensee made an important observation that it appears the master materials have almost halved in si ...

IAP failed to read purchase

UE - Platform - Mobile - Feb 20, 2017

In-app purchases do not seem to be working properly in Unreal Match 3 or other games ...

CreateWidget node keeps reference to created widget on output pin

UE - Gameplay - Blueprint - Oct 17, 2017

There was an issue in 4.16 (fixed in CL# 3437205) in which blueprint output pins would hold on to object references until the blueprint was destroyed. It appears that an additional fix may need to b ...

Player Controller does not handle multiple CharacterMovement movement modes

UE - Gameplay - Blueprint - Feb 6, 2018

From Bug Submission: The variable in the image I attached is unable to distinguish between multiple characters all possessed by the same player controller. So if one character has this variable set ...