Building Packed Level Actors causes references to break in the Packed level Actors' Blueprints

UE - World Creation - Worldbuilding Tools - Level Instances - Oct 27, 2022

This is not a regression. Tested in //UE5/Release-5.0 CL 20979098 Building Packed Level Actors causes references to break in the Packed level Actors' Blueprints. Rerunning the Build > Pack Level Ac ...

Mirror Data Table is NOT added SyncMarker automatically when creating

UE - Anim - Runtime - Oct 27, 2022

Mirror Data Table is added rows about Bone, Curve, Notify when creating. But SyncMarker is ignored. The following codes can fix this issue. Engine/Source/Runtime/Engine/Private/Animation/MirrorDa ...

Collapsing an Event with 1 connected node and 1 unconnected node to a function results in Both nodes being connected in the function

UE - Gameplay - Blueprint - Oct 26, 2022

This is not a regression tested in //UE5/Release-5.0 CL22491701 Collapsing an Event with 1 connected node and 1 unconnected node to a function results in Both nodes being connected in the function ...

Crash occurs when selecting Reset this Property to Default Value in the Class Settings of a new Child Animation Blueprint

UE - Anim - Runtime - Anim Blueprints - Oct 26, 2022

This is a Regression. Tested in //UE5/Release-5.0 CL20979098 - "None" is not an option for the parent class and the "Reset this Property" is not initially there. Crash occurs when selecting Reset t ...

AnimNotifyState with the same class, but different content at the same time will only one be triggred

UE - Anim - Runtime - Oct 26, 2022

UDN Case : https://udn.unrealengine.com/s/question/0D54z00008G3EmwCAF/two-c-based-animnotifystate-with-the-same-class-but-different-content-at-the-same-time-will-only-one-be-triggred?fromCase=1 ...

UWorld::InternalGetNetMode uses DemoNetDriver, leading to unexpected NetMode being returned

UE - Networking - Oct 25, 2022

UWorld::InternalGetNetMode will use DemoNetDriver->GetNetMode() if there is a DemoNetDriver, resulting in NM_ListenServer being returned when recording a replay. This seems to have been originally a ...

Crash when changing an actor's variable type from vector to transform

UE - Gameplay - LWC - Oct 25, 2022

It looks like this is some fallout from CL 19405683. If we change a variable from vector to transform, it'll pass this check:if(Tag.StructName == NAME_Transform) {     Struct->SerializeTaggedProp ...

Linked Anim Layer node can become stuck in a single state when attempting to change the Layer

UE - Anim - Runtime - Anim Blueprints - Oct 25, 2022

When swapping Layer settings between various Animation Layers on a Linked Anim Layer node, the node can become stuck in one state. The node will become stuck in the Linked Anim Layer state and canno ...

Python crash the engine at exit.

UE - Editor - Workflow Systems - Oct 25, 2022

A UDN reported various crashes at exit in the embedded Python library. I was able to repro the issue in Release-5.1 and trace it back at the point where python runs its garbage collection in Py_Fina ...