AJA interlaced format have a strange behavior compare to Blackmagic.

UE - Virtual Production - May 21, 2019

Reproduce and confirm what is going on with the input/output. AJA output in interlaced format, should provide 30 frames at 60fps. For each frame, 1 field should contains the odd line of the image a ...

Replay playback can become paused indefinitely after scrubbing with high time dilation

UE - Networking - Feb 19, 2020

When playing a replay with DemoPlayTImeDilation set to 5, and jumping around the timeline using GotoTimeInSeconds(), the play back can break, with game actors freezing and violently shaking. It seem ...

Lightmass ignores StaticSwitch in materialinstance

UE - Graphics Features - Aug 12, 2020

This is caused by FLightmassMaterialProxy doesn't have GetStaticParameterSet() function. (FMaterial::GetStaticParameterSet() is called.) It can be fixed by adding the following function to FLightma ...

SessionFrontend Causes Lost Audio on iOS After Switching Apps

UE - Audio - Oct 20, 2020

When using SessionFrontend on some devices, when leaving the app (going to the home screen or another app) or sometimes locking the device there is no more audio after returning to the game. "It lo ...

Split pins on nodes within sub-graphs in an animation blueprint are broken

UE - Anim - Runtime - Mar 16, 2021

There's a bug in the anim bp compiler which results in split pins on animation nodes not being merged properly back onto their parent pin during compilation. The result of this is that any input to ...

Untracked Metadata does not work on arrays of soft objects

UE - Foundation - Core - Jul 19, 2021

The "untracked" metadata field turns off tracking of soft object references so they will not appear in the content browser or modify things like cooking rules. It works fine on individual references ...

AActor::CheckActorComponents has misleading warning

UE - Gameplay - Components - Apr 24, 2023

There's actually two issues going on here: 1. The REINST references are incorrect, and due to [Link Removed]. 2. Blueprint created components will always have different names between the instance ...

Pink lighting artifacting on Mac

UE - Graphics Features - Lumen - Mar 23, 2023

There are pink lighting spots around the level when opening ContentExamples on Mac. Lighting starts out more intense but fades as the level loads in. Also occurs in new FirstPersonBlueprint templat ...

Incorrect Redirector(s) created when renaming a LevelSequence

UE - Anim - Sequencer - Jan 19, 2024

Renaming the LevelSequence also renames the internal DirectorBP. Renaming the BP triggers the rename of its BlueprintGeneratedClass asset. A Redirector will be created for the BGC but it will be in ...

Navmesh blocking representation for cylinders is wrongly offset when the mesh has IsDynamicObstacle=true

UE - AI - Navigation - Jul 16, 2024

In a mesh asset, setting Navigation>IsDynamicObstacle=true will make the Navigation / Cylinder Collision projection appear in a wrong position. As described in the case, the fix should reside in Na ...