[AI] Stack overflow in canRemoveVertex of DetourTileCacheBuilder

UE - AI - Navigation - Sep 28, 2023

User reports of stack overflow happening in canRemoveVertex in DetourTileCacheBuilder.cpp if a poly has more than 16 vertices. The array for edges is a fixed array and is written to without checking ...

[AI] SmartObject with Precondition in a persistent collection crashes editor when exiting PIE

UE - AI - SmartObject - Sep 26, 2023

Adding the Precondition to the SmartObject caused an assertion when it was part of a persistent collection. The precondition needs to be able to pass its Activate method to cause the assert. This b ...

Multi-process cooking does not complete in UE5.3.0

UE - Foundation - Core - Cooker - Sep 26, 2023

Projects with multi-process cooking enabled will not complete packaging. If MPCook is disabled, packaging can be completed.  ...

[Interchange - glTF] Incorrect results when importing a GLB with skeletal animation

UE - Editor - Content Pipeline - Import and Export - Sep 25, 2023

Properties not serialized when moving actor/component depending on unrelated specifiers

UE - Gameplay - Blueprint - Sep 25, 2023

When an actor is moved on the level editor viewport, it is reconstructed along with its components, which at first makes their properties reset to their default state. Thankfully, this does not happ ...

Control rig functions can't be accessed from other control rigs after save on compile

UE - Anim - Rigging - Control Rig - Sep 25, 2023

It looks like there is an issue with control rig functions and the save on compile option.  When a control rig is saved via this setting, public functions within the control rig can't be referenced ...

Lyra - Grant Nearby Interaction Ability Task used as source object but doesn't replicate

UE - Gameplay - Gameplay Ability System - Sep 25, 2023

UAbilityTask_GrantNearbyInteraction passes itself as the source object when making the Interaction Ability Spec in UAbilityTask_GrantNearbyInteraction::QueryInteractables. This causes the "Warning: ...

AR Utilities plugin requirement missing from 5.3 documentation

Docs - Sep 25, 2023

Setting Up a New AR Project page for 5.3 is missing important information about including the AR Utilities plugin. https://docs.unrealengine.com/5.3/en-US/setting-up-a-new-ar-project-in-unreal-en ...

Fractured Geometry Collection triggers a crash when colliding with an Animation Blueprint with a Rigidbody Node

UE - Simulation - Physics - Character - Sep 25, 2023

This is not a regression. Tested in //UE5/Release-5.2 CL26001984 The editor crashes when a physics asset of an animation with rigid body collides with geometry collection. ...