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

Unfocused Standalone window has reduced performance

UE - Rendering Architecture - RHI - Aug 25, 2020

User description: When I run two windowed standalone instances to test multiplayer, the unfocused window gets about 2-5 fps...but if I focus on it, smooth 120fps, yet the opposite screen is now onl ...

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

Ongoing D3D 'HUNG' crash in FD3D11DynamicRHI::GetQueryData

UE - Graphics Features - Jan 18, 2017

This is a new ticket for the D3D 'HUNG' crash originally reported in [Link Removed]. Some fixes were introduced in 4.14.2 that decreased the occurrences of this crash, but other cases are still ongo ...

[CrashReport] UE4Editor_CoreUObject!FLinkerSave::FLinkerSave() [linkersave.cpp:31]

UE - Foundation - Core - Aug 22, 2017

This is a longstanding and common crash that has occurred since at least the 4.11 release. The error appears to occur while trying to access a .tmp file. User DescriptionsI left unreal unattended ...

[CrashReport] UE4Editor_UnrealEd!FEdGraphUtilities::PostProcessPastedNodes() [edgraphutilities.cpp:138]

UE - Gameplay - Blueprint - Jan 24, 2017

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Access violation - code c0000005 ( ...

PATH not passed to NMake script when building Android from Visual Studio

UE - Foundation - Cpp Tools - UnrealBuildTool - Jan 25, 2023

After upgrading from UE5.0.3 to UE5.1, we started seeing this error when trying to build Android Development from Visual Studio (VS2022 17.2.1): Running UnrealBuildTool: dotnet "..\..\Engine\Binari ...