Maximum number of State Machine connections?

OLD - Anim - Mar 16, 2015

Adding more than 8 connections to or from a state in the state machine results in unpredictable behavior, like causing an animation to fail. (See image.) Was able to reproduce with user's test file ...

UDN 472564 - CurlHttp merges headers on redirect

UE - Online - Dec 7, 2018

when curl requests are redirected (301) – response headers are merged together and are comma separated.  but, Content-Type headers are required to use semi-colon ";" separators. ...

[MRQ] Deleting all jobs after rendering queue with executor causes an assertion to fail.

UE - Anim - Sequencer - MRQ - Apr 18, 2022

Deleting all jobs after rendering queue with executor causes an assertion to fail. Repro Rate: 3/3 Tested this in //UE4/Release-4.27 @ CL#18319896 by utilizing a For Each Loop and Delete Job node ...

Editor sometimes crashes when trying to compile an Animation Blueprint that extends a class with AnimInstanceProxy

UE - Anim - Runtime - Anim Blueprints - Jan 10, 2023

Reproduced 3/3 times, issue does not occur in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed Regression. Seems to work fine when compiled once, but after the 2nd or 3rd time it crashes. ...

Editor Crashes when spawning a Physics enabled object inside another

UE - Simulation - Physics - Sep 22, 2017

Editor Crashes when spawning a Physics enabled object inside another. Regression: Unknown Can Test in Main if requested. ...

[MRQ] Simulating in editor during runtime rendering causes an assertion to fail after rendering is done

UE - Graphics Features - Apr 19, 2022

Simulating in editor during runtime rendering causes an assertion to fail after rendering is done. Repro Rate: 4/4 Tested this in //UE4/Release-4.27 @ CL#18319896 and the issue did not occur there ...

Framerate drops when using SceneCaptureComponents with a RenderTarget in VR

UE - Platform - XR - May 14, 2018

Using SceneCapture in packaged VR projects causes poor performance. Also observed with SceneCaptureCube Does not occur in 4.18 ...

Crashes occur when creating a static texture from a non-HDR Cube Render Target in DirectX12

UE - Rendering Architecture - RHI - Sep 11, 2023

While working with DirectX 12 in the project settings, the editor crashes by check() code when attempting to create a static texture from a non-HDR Cube Render Target asset. This crash doesn't occur ...

AutoCreateRefTerm does not provide a way to specify that a TArray property within a struct should have a default value created for it if none is provided

UE - Gameplay - Feb 9, 2018

The current implementation of AutoCreateRefTerm does not allow for a default value to be automatically created for a TArray contained within a struct that is passed into a function as a parameter. I ...

Buoyancy is broken in UE5: even BP with Cube SM component (mass is 1kg) and default Buoyancy Component with one default Pontoon falls on bottom of lake

UE - Simulation - Physics - Jul 26, 2021

Shorter steps:Steps 1-8 from Steps to reproduce (create level with water body)Find BP_BuoyancyExample in Content Browser (Engine>Plugins>Water Content>Blueprints)Place BP_BuoyancyExample above the w ...