Animation viewports can cause debug print messages to be purged

UE - Anim - Rigging - Control Rig - Jan 11, 2024

A change was made a while back so that control rig debug print messages would be displayed in the animation editor preview windows.  This is done via calling UEngine::DrawOnscreenDebugMessages from ...

Recentering on Meta Quest doesn't work

UE - Platform - XR - Jan 10, 2024

This is a serious issue as it's causing applications to fail certification on the Meta Quest store ...

Chaos Vehicle does not make them CCD

UE - Simulation - Physics - Jan 10, 2024

AWheeledVehiclePawn class tries to use CCD in the constructor, but Mesh->BodyInstance.bUseCCD = true this code does not work to activate CCD because Physics Assets could not be available at this ...

Regression: FGameplayTag and FGameplayTagContainer pin value modification is not undo/redoable

For nodes with an FGameplayTag or FGameplayTagContainer pin, when changing the tag value (Pin->DefaultValue) and triggering Undo/Redo, the pin modification is not undone. Rather, it undoes the previ ...

Arithmetic assignment operators (e.g. +=, *=) in Niagara inputs are applied twice .

UE - Niagara - Jan 9, 2024

Arithmetic assignment operators seem to be applied twice when committed in the Niagara stack.  This occurs when entering *= 2.0 for example into a float input. This may be the result of the SNiagar ...

Gameplay Effects can hold stale references to GameplayTags when switching Gameplay Effect Component type

UE - Gameplay - Gameplay Ability System - Jan 9, 2024

Gameplay Effects can hold stale references to Gameplay Tags when the adding component is switched for a different type. The tags are serialised, and their presence can be confirmed with Reference Vi ...

Some debug modes do not work in PIE

UE - Platform - Mobile - Jan 9, 2024

It looks like the output of the debug pass is ignored, and the final output from the last frame before the pass was enabled is displayed instead. If the pass is modified to return a different textu ...

Blueprint editor can crash on removing one of a Sequence node's exec pins

UE - Gameplay - Blueprint Editor - Dec 22, 2023

User reported that upon removing a pin from a Sequence node the editor crashed. This only happened once, so may be a multithreading race condition or there may be additional unknown factors. The cra ...

Additive Animation does not work as intended when Ref Frame Index is more than zero

UE - Anim - Runtime - Dec 19, 2023

In some conditions, additive animation shows different/wrong behavior on Standalone Game and packaged game, from the other PIE. Watch the attached video. [Link Removed] The key points to reproduce ...

Adding "Add Velocity" module to event handler stage causes ensure (ensureMsg)

UE - Niagara - Scripting - Dec 19, 2023

Adding a module which has Required Dependencies (such as "Add Velocity") to event handler stage causes ensureMsg. > > In system /Game/NewNiagaraSystem.NewNiagaraSystem, module AddVelocity (NiagaraN ...