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 ...

[Audio Modulation]- Modulation of Pitch Destination on a Source Bus with a Parameter Patch affects Volume instead

UE - Audio - Modulation - Mar 20, 2024

Stepping in the inner area updates the Control Bus on the Patch, but the Modulation is applied to the Volume destination instead of Pitch. Reproduction rate: 5/5 This also occurs in //UE5/Release- ...

Crash when using Mesh Reduction on ScotsPine_01 for LOD3

UE - Graphics Features - Jan 30, 2017

A crash occurs when trying to use the Mesh Reduction tool for the ScotsPine_01 static mesh from the Open World Demo collection. The assets from this project are usually very processor heavy due to ...

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 ...

Importing low key frame animations with custom attribute curves have their keys offset affecting pose asset generation

OLD - Anim - Sep 9, 2016

When creating a pose asset based on an animation and curves with a low number of keyframes if you switch between the pose assets poses, the curves will not be correctly timed with the animation beca ...

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 ...

[CrashReport] Fatal error: Cast of nullptr to Actor failed - UE4Editor_CoreUObject!CastLogError()

Tools - Jul 19, 2017

This is a common crash affecting users in 4.16, and has been occurring since at least 4.14. It has affected more than 400 unique users, unfortunately they have provided little information. User Des ...

Up Ratio on the Gear Setup for Vehicle Movement Component does not work correctly

UE - Simulation - Physics - Sep 11, 2015

When changing Up Ratio for the Gear Setup in a Wheeled Vehicle's Vehicle Movement Component, there are some weird results. At 1.0 for Gear Setup, the gear should shift once RPM is at max but it will ...