Property Coloration isn't supported for Nanite

UE - Graphics Features - Nanite - Sep 11, 2023

Property Coloration View Mode is not supported by Nanite. (Left cube is Nanite and isn't affected by the Property Coloration view mode) [Image Removed] ...

TSR & WPO - Distortion around mesh edges

UE - Graphics Features - Sep 8, 2023

The background around a mesh moving via WPO is distorted. Mesh is correctly outputting velocities. ...

[AI] BehaviorTreeComponent fails to run a new tree if the current tree ends with a latent abort

UE - AI - BehaviorTree - Sep 8, 2023

If a BT ends with a latent abort with another BT asset pending initialization, the BehaviorTree component will stop the tree that was aborted, but it does not start the new tree. You can check with ...

Sequencer autosorts alphabetically on undo

UE - Anim - Sequencer - Sep 8, 2023

[Link Removed] Jan Kaluza 2023-09-08 15:37:18 UTC I just ran into a very frustrating bug: I have around 60 actors in a sequence, and I reordered them to be in the order that I wanted to animate them ...

Closing sequence does not restore state/stop playing montage if sequecne was saved during playback

UE - Anim - Sequencer - Sep 7, 2023

Saving the sequence before closing it seems to keep a montage instance around even after the sequence is closed. ...

The Blueprint compiler is not consistent with UHT when generating DefaultToInstanced variables

UE - Gameplay - Blueprint Compiler - Sep 7, 2023

UnrealHeaderTool and the Blueprint compiler generate inconsistent metadata for object reference variables whose underlying class type includes 'DefaultToInstanced' metadata. UnrealHeaderTool-genera ...

Hardware Accelerated Video Decoding with DirectX 11 causes videos to render black when loaded in a Media Player

Media Framework - Sep 7, 2023

This is not a regression. Tested in //UE5/Release-5.2 CL26001984. Hardware Accelerated Video Decoding requires DirectX 11, but it appears the combination causes media players to only render a black ...

UConsole HistoryBuffer no longer writing to disk in packaged builds

UE - Foundation - Core - Sep 7, 2023

We started running into issues with the console history not saving after upgrading to 5.2.1. The console history (as in the commands last input into the in-game console) is no longer being saved bet ...

Enhanced Input Axis Actions repeatedly firing the last input value when entering a Common UI menu

UE - Gameplay - Input - Sep 7, 2023

When using an axis mapped input action such as looking around with a gamepad joystick, then opening a Common UI menu, the last input axis value will keep firing irrespective of the current joystick ...

Blueprint "Set by ref" (UK2Node_VariableSetRef) does not mark properties dirty for push replication

UE - Gameplay - Blueprint - Sep 7, 2023

When using Push Replication with blueprints, UK2Node_VariableSetRef nodes do not mark a property as dirty and so the variable is not replicated. ...