Crash when calling UPoseableMeshComponent::CopyPoseFromSkeletalComponent() from Actor's Tick while unregistering

UE - Anim - Runtime - Apr 26, 2023

Under certain conditions, it appears that the function UPoseableMeshComponent::CopyPoseFromSkeletalComponent may crash because the BoneSpaceTransforms obtained from the source component are empty, p ...

RPCs can still be called on torn off actors

UE - Networking - Apr 25, 2023

Because UNetDriver::ProcessRemoteFunction does not check if the actor has been torn off, it's possible for the server to send a RPC for a torn off actor if it still exists on the server and client. ...

Crash occurs while playing in editor with a State Tree using Bool Compare for a transition state to a child state.

UE - AI - StateTree - Apr 25, 2023

This is a regression. Tested in //UE5/Release-5.1 CL2390901 The crash occurred 3/5 times. Crash occurs while playing in editor with a State Tree using Bool Compare for a transition state to a child ...

Actor corruption due to Hierarchy broken after load

UE - World Creation - Worldbuilding Tools - World Partition - Apr 25, 2023

We recently hit a situation where some actors would suddenly teleport across the map when they were modified in the editor. We figured out that the AttachParent of some actors got reset on editor l ...

USourceControlHelpers::GetFilesInDepotAtPath is broken

UE - Editor - Workflow Systems - Apr 24, 2023

The p4 files command is used to grab the list of depot files. This does not have a client path, but the parse records function called in FPerfroceGetFileListWorker::Execute (ParseRecordSetForState) ...

Chaos Cloth Self Collisions Spatial is slow when Tris are much smaller than thickness

UE - Simulation - Physics - Character - Apr 21, 2023

This came via a UDN. Very small triangles can generate very small lods, which make query time really slow if your self collision thickness is significantly larger. You will do X^3 checks per query ...

iOS ReplayKit isn't working in UE5.1+

UE - Platform - Apple - Apr 21, 2023

In 4.27 & 5.0 when you press the in-app screen recorder button it would pop-up a msg about the user giving permission to allow the screen recording and then would start the recorder and save the mov ...

Race condition in cached mesh draw commands removal.

UE - Rendering Architecture - RHI - Apr 21, 2023

A wait was removed from UpdateAllPrimitivesSceneInfos that introduced a race condition with mesh draw command caching. ...

Toggle Folder Visibility Inconsistent in Scene Outliner With Search

UE - Editor - Workflow Systems - Apr 20, 2023

In the scene outliner, if you add a folder with one visible actor in it, and filter out some of the actors, users are unable to toggle the visibility of the folder anymore, or they are only able to ...

Missing BP/Python functionality to set a viewport OCIO configuration.

UE - Virtual Production - Rendering - Color - Apr 20, 2023

Multiple vendor's asked if there could be a way to programmatically set the created OCIO config for a viewport and select the source/dest settings as well and enable/disable the config.  The curren ...