[Bug] 4.7.0 preview 5: Cannot add events for the main component of the SkeletalMeshActor

UE - Gameplay - Blueprint - Feb 9, 2015

In UE4.7 Preview 5, cannot add events for the main component of the SkeletalMeshActor. (see screenshot.) ...

Fix iterative cooks to keep track of CookAdditionalFiles and delete them when the package file that created them is invalidated

UE - Foundation - Core - Cooker - Sep 23, 2022

A licensee reports they are using the CookAdditionalFilesOverride function in UObject to add files to the project. This file is properly copied into the Staging area during Packaging, and is appropr ...

Phones with no magnetometer -> GetInputMotionState returns all 0s

UE - Platform - Mobile - May 23, 2018

Bug submission from a user overseas: " On some devices (Moto G5 Plus, Moto G5 S Plus) the values are always 0 like : Tilt : 0.00.00.0 RotationRate : 0.00.00.0 Gravity : 0.00.00.0 Accleration : 0.00 ...

When using the draw text node On paint setting the position appears to have no effect

UE - Editor - UI Systems - Dec 7, 2015

If the user uses the on paint function in combination with the draw text node then the text appears to only at the position 0,0 regardless of what position is specified. ...

Make Custom Event names start with "Event"/Fix "Event Event" issue with overridden Events

UE - Gameplay - Blueprint - Dec 17, 2015

If you name an Event something like "Event Foo", overriding the event in a ChildBP gives you "Event Event Foo" To avoid this, please make Custom Event names Start with "Event" ...

FWindowsWindow::ReshapeWindow may get called with a NewHeight of 0 when using the editor through VPN, causing a crash

Tools - Jul 10, 2017

When calling ReshapeWindow, aspect ratio is determined by dividing the new width by the new height. We could prevent a potential crash here by validating these numbers before performing the division ...

Linux server builds of 4.24.0 failing due to Text3D plugin's dependencies on FreeType2 and HarfBuzz

UE - Platform - Linux - Jan 31, 2020

The build error is descriptive. FreeType2.Build.cs and HarfBuzz.Build.cs explicitly check if they are being used for a Unix server build and throw exceptions to prevent that. Commenting out those ex ...

Scene Depth appears to return zero on iOS

UE - Platform - Mobile - Feb 13, 2017

Scene Depth appears to return zero on iOS. In this test the material applied to an image does not appear to lerp between 0 and 1 for the various objects in the scene, implying that the Scene depth ...

Hierarchical Instance Static Mesh's array does not reorder itself correctly

UE - Graphics Features - Jan 16, 2017

When an instance is removed from a Hierarchical Instanced Static Mesh's array, if there are indices that are further along in the array that fill that index, the last index in the array is used to d ...