[GPU Lightmass] bake artifact w/ two actors of same static mesh

UE - Graphics Features - Jun 22, 2022

As per a bug report from Pixomondo: if there are two static meshes in the scene and one has a rotation, it gets a GPULM bake artifact as if it is intersecting with the unrotated version of itself. S ...

FlushPressedKeys doesn't clear EventAccumulators, resulting in stale data

UE - Gameplay - Input - Jan 26, 2024

From the user:  The root of the problem appears to be that KeyState.EventAccumulator still has events stored in the structure for 'LeftAlt'. So, although UPlayerInput::FlushInput is called when the ...

Ensure on open if custom Project Setting has a reference to a Blueprint that constructs an object

UE - Gameplay - Blueprint - Jan 16, 2019

An ensure is thrown when opening a project if a custom Project Setting has a reference to a Blueprint that constructs an object. The ensure can be found in the Callstack section below. Regression?: ...

Crash when Applying Hole Material to Imported Tiled Landscape with World Composition

UE - LD & Modeling - Terrain - Landscape - Jun 11, 2015

A crash occurs when importing a tiled landscape, via the 'Levels' window with World Composition enabled, and applying a material to the 'Hole Material' slot. You can also re-apply a default material ...

Linux client and listen server hangs on GameThread when decoding voice chat

UE - Networking - Sep 16, 2016

The ShooterGame client on Linux stops responding when the Windows host presses the Push to Talk hotkey and speaks into the mic to activate VOIP. [2016.09.16-19.09.24:159][575]LogCore:Error: Hang de ...

[CrashReport] Linux crash - FVulkanCommandBufferManager::WaitForCmdBuffer

UE - Graphics Features - Aug 22, 2017

This is a semi-common Linux crash coming out of 4.17.1. It is spread among a few different similar callstack affecting a handful of users. [Link Removed] [Link Removed] [Link Removed] [Link Removed ...

Set All Bodies Below Simulate Physics Only Causes Ragdoll Effect if it is Set to Root Bone

UE - Simulation - Physics - Sep 29, 2017

-This functions in 4.16 -Physics will only simulate if the Third Person Character bone name variable is set to root -Physics does not affect any other bone -Make sure to plug in set in collision f ...

Play Rates are not reverted when HAP Media Plugin is disabled

Media Framework - Nov 11, 2019

Enabling the HAP Media player plugin permanently affects the thinned Play Rates of the Media Player asset. Tested in 4.23.1 (CL - 9631420), 4.24.0 (CL - 10091930), 4.25 (CL - 10091038) ...

Crash when Undoing the change to a default class setting for widgets

UE - Editor - UI Systems - Sep 25, 2017

The editor crashes when trying to undo a default class change for a child widget after that widget has been compiled. This did not happen in 4.16, it appears to be a regression. ...

Local variables in Blueprint functions don't support default values of Custom Structs

UE - Gameplay - Blueprint - Jun 9, 2015

I make a custom struct and assign default values to it's member floats, etc. When I use that in a Blueprint, the defaults work as expected. However, when I reference it as a local variable in a BP f ...