Level Sequence with Media track hangs when scrubbing the timeline

Media Framework - Aug 24, 2023

Adding a media track(.mp4/avi) into a level sequence causes the editor to hang when scrubbing the timeline, or enabling/disabling the media track. ...

Debug information is sometimes missing when compiling with cl-clang

UE - Foundation - Cpp Tools - UnrealBuildTool - Aug 24, 2023

Via UDN: As has been discussed previously here and in CL 20055361, debug information is sometimes missing when compiling with Clang. We've pinpointed this to debug information not being emitted fo ...

Widget that is a derived from a child widget reports component variables as Invalid

UE - Editor - UI Systems - Aug 23, 2023

This is not a regression. Tested in //UE5/Release-5.2 CL26001984 A widget that is a derived from a child widget reports component variables as Invalid, while the child and parent of that child will ...

GAS: Removing an AttributeSet followed by removing an active GameplayEffect results in client crash

UE - Gameplay - Gameplay Ability System - Aug 23, 2023

Gameplay Ability System Standalone: Removing an attribute set and then removing an active gameplay effect that has a modifier for an attribute from that set results in a crash. Currently, one must ...

AnimSequence derived data is non-deterministic

UE - Anim - Runtime - Aug 23, 2023

Building derived data for AnimSequence does not create deterministic output. Data that is stored to the DDC is expected to be deterministic. If there is a need to store metadata that may vary betwee ...

Morph target preview no longer possible in skeleton editor

UE - Anim - Runtime - Aug 23, 2023

The curve refactor did not add the curve debugger tab to the skeleton editor, which means that morph targets cannot be previewed there. It would be convenient for some users to still be able to do t ...

FCustomPrimitiveDataCustomization::SetVectorColor is closing the colorpicker and only updating the first channel

UE - Graphics Features - Aug 23, 2023

When it updates the red channel, the Simple Construction Script (SCS) gets re-run (via AActor::RerunConstructionScripts) on the Blueprint Actor instance generating new instances of all its component ...

Crash occurs when blueprint breakpoint is placed after a Draw Debug String node

UE - Gameplay - Blueprint - Aug 22, 2023

This is not a regression. Tested in //UE5/Release-5.2 CL 26001984 The editor crashes when playing in editor on a level that has a break point placed on a ticking draw debug string node that is prec ...

.natvis for external modules is not supported

UE - Foundation - Cpp Tools - UnrealBuildTool - Aug 22, 2023

Currently UBT supports linking in .natvis files when modules are compiled, this should be extended to pull in .natvis files from External modules that are linked into a module. Instead of scanning ...

[AI] ZoneShapeComponent does not allow for setting lane profile per point when it is added to a BP

UE - AI - Aug 21, 2023

Adding a ZoneShapeComponent to an Actor BP does not behave as expected. You cannot use the shape as a polygon with per point lane profiles like what is needed for an intersection. When attempting to ...