Compatible Skeletons: Support additive animations with different skeleton for additive base

UE - Anim - Runtime - Jun 30, 2023

See linked UDN for details: [Link Removed] ...

[AI] Editor crashes when editing values of an FInstancedStruct's TArray inside of a BP

UE - AI - Jun 30, 2023

While using a custom struct that contains a TArray member variable with FInstancedStruct, you cannot edit it in the editor without a crash. Other structs and types work as expected even if they deri ...

Masked material MSAA bug

UE - Rendering Architecture - Jun 30, 2023

This appears to be coming from the ResolveSceneColor pass. ...

Compilation error in Mac editor builds when adding UWorld::IsStreamingLevelBeingConsidered function

UE - World Creation - Worldbuilding Tools - Jun 30, 2023

This code passes the build when compiled using the windows editor (Visual Studio), but fails when compiled using the mac editor (XCode). Adding ENGINE_API to struct FStreamingLevelsToConsider and ex ...

Component Visualizer EndEditing() never called in Blueprint viewport

UE - Gameplay - Blueprint Editor - Jun 30, 2023

User reports difference in ComponentVisualizer behaviour between level viewport and blueprint editor viewport. Details and repro in the referenced UDN ticket. ...

Rotation gesture inconsistent output

UE - Gameplay - Input - Jun 30, 2023

Rotation gesture input breaks on android. Not checked on ios/pc ...

In the Anim Sequence Editor set a Notify's MontageTickType to be fixed to BranchingPoint if that Notify is a Native Branching Point

UE - Anim - Gameplay - Jun 30, 2023

To avoid confusing users when working with a Native Branching Point Notify set its MontageTickType to be fixed to BranchingPoint.  ...

[AI] FRecastNavMeshGenerator can leak build tasks when it is destroyed

UE - AI - Navigation - Jun 29, 2023

FRecastNavMeshGenerator does not cancel its async running tasks when destructing. This leads to leaking build tasks if any are running when the generator is destroyed. ...

Odd behavior in Lyra when a key is down and focus is received back on the player from UI with gamepad buttons

UE - Gameplay - Input - Jun 29, 2023

This is only happening with gamepad buttons it appears. This is likely not Lyra specific, but has something to do with how the state of gamepad keys are being evaluated. I think that it may be becau ...