Ensure condition failed when destroying a Level Sequence Actor on tick

UE - Anim - Sequencer - Oct 18, 2019

In Tick processing of LevelSequencActors of World Tick, If you destroy an actor with an actor's ticks, delete it immediately from the LevelSequencActor array. I think that the problem occurred becau ...

Material and Animation do not stop even if Game pauses when Material domain is User Interface

UE - Editor - UI Systems - Jan 22, 2020

For Animation and Tick, we have confirmed that pausing can be done by stopping Native Tick. But we can't stop with Material. Widget Component can change the handling of time with EWidgetTimingPolicy ...

ProRes 4444 files cannot be played on MediaPlayer when RHI is DirectX 12

Media Framework - Feb 10, 2020

This file can be used if you have enabled the Apple Pro Res Media plug-in. This can be played when RHI is set to DirectX 11, but not when changed to 12. The file being played is a ProRes 4444 vide ...

Crash when reimporting skeletalmesh with metadata

UE - Editor - Content Pipeline - Import and Export - Jan 11, 2021

Crash when we restore metadata after re-importing a skeletalmesh. ...

Attach track in the Audio track of Level Sequence becomes Unresolved Binding when the Editor is restarted.

UE - Anim - Sequencer - Jan 22, 2021

It looks like the Actor's Binding information has not been saved successfully. ...

Assertion with Geometry Collection when play in simulate mode

UE - Simulation - Physics - Destruction - Feb 5, 2021

Error message:Assertion failed: !HasAttribute(Name, Group) [File:D:\CHAOS\Engine\Source\Runtime\Experimental\Chaos\Public\GeometryCollection/ManagedArrayCollection.h] [Line: 121] ...

Shader compilation error occurs when using values sampled from texture for Customized UV1

UE - Graphics Features - Jun 3, 2021

Shader compilation error occurs when using values sampled from texture for Customized UV1. No problem when connected to Customized UV0. This problem compiles well if I change the value of Const to ...

GPU Debug Label is not set on some textures

UE - Graphics Features - Aug 11, 2021

texture streaming is one of the reasons that drop the label but not the only reason. add a line of code RHIBindDebugLabelName(NewTexture, *OldTexture->GetName().ToString()); into FMetalDynamicRHI:: ...

Animations do not play correctly when scrubbing at high speed while in Keep State.

UE - Anim - Sequencer - Oct 1, 2021

If you check the attached GIF, you will see that when you jump the playback position, the animation stays in the same state as before the jump. I suspect this is a specification, but the user is req ...

Oculus Quest Link with OpenXR fires action events multiple times when multiple action events are bound to the same key

UE - Platform - XR - Jul 14, 2021

From a developer: If the same key is mapped to N action events all the mapped events fire N times. This issue only exists with the OpenXR plugin enabled and does not occur for any keyboard/mouse i ...