Crash when resizing window using Quad Stereo Buffer

UE - Virtual Production - nDisplay - Oct 2, 2019

We noticed crashes in our application when we attempted to resize a window or switch to full-screen mode. Hence, resizing windows and switching to full screen will result in a crash on Unreal Engine ...

Foliage LODs do not appear to use the base LODs lightmap any longer

UE - World Creation - Worldbuilding Tools - Foliage - Dec 16, 2016

LODs used with the Foliage Tool are no longer being shadowed accordingly with their baked lighting from their base LOD. Originally they would stay consistently lit, where as now the lower LOD transi ...

Player Character does not collide with landscape

UE - LD & Modeling - Terrain - Landscape - Mar 8, 2015

UPDATE: 3/9/2015 Additional Information: User on thread https://answers.unrealengine.com/questions/186928/landscape-collison-issues-recreatelandscapecollisi.html reported workaround did not fix e ...

Crash when pressing Ctrl-Z after creating a blueprint function

UE - Gameplay - Blueprint - Feb 20, 2017

Crash when pressing Ctrl-Z after creating a blueprint function *This is a regression: Working in 4.14.3-3249277 Not working in 4.15.0-3299760* Crash Reporter: Error message: Access violation ...

UE4Editor_SlateCore!TSharedFromThis<SWidget,0>::AsShared() sharedpointer.h:1221

Tools - Apr 18, 2017

This bug report was entered as new crash groups appeared linking to [Link Removed] which was marked as fixed for 4.15.1 and the previous reproduction did not reproduce the issue Error message: Ass ...

Reference to control rig can be lost on actors with multiple skeletal mesh components

UE - Anim - Rigging - Control Rig - Apr 4, 2023

In the attached project, when we initially add a control rig track for the actor with multiple skeletal mesh components, we add the control rig for the correct component because FControlRigParameter ...

Changing blueprint default values inside arrays only updates loaded child blueprints

UE - Foundation - Core - Jul 30, 2020

The rules for delta serialization in UE4 are complicated, and the editor tries to hide them from you, which works 90% of the time but can lead to confusion and data loss in other situations. In the ...

Cannot select child anim BPs for use in linked anim layers

UE - Anim - Runtime - Jul 15, 2021

From UDN: [Link Removed] Unable to set a Child ABP with inherited interface to a Linked Animation Layer Instance Class. I have a ABP_Biped which is our main ABP. I have the locomotion (idle+straf ...

Render target size mistmatch in ShaderDrawDebug

UE - Graphics Features - Jun 9, 2020

We found a d3d debug validation assert in RDG_EVENT_NAME("ShaderDrawDebug"), with the full DLSS integration. It however also reproduces in  (4.25.1-release, dev-rendering and the plugin branch with ...

Unwanted black boundaries are displayed in a vertical split-screen with 3 players.

UE - Gameplay - Dec 2, 2019

Floating point error from UGameViewportClient::SplitscreenInfo causes this issue. FMath::TruncToInt( 3240 /*ViewportSize*/ * 0.333f/*Ratio in SplitScreenInfo*/ ) = 1079 I suggested a following t ...