Iris - Ensure in MarkObjectDirty when calling multicast from component owned by bOnlyRelevantToOwner actor

UE - Networking - Iris - Sep 24, 2024

It seems as though the component is in scope for more than one connection, despite its owner only being relevant to one. Enabling Net.Iris.Filtering.ValidateNobSubObjectInScopeWithFilteredOutRootObj ...

Access Violation - UMovieSceneFolder::PostLoad - Accessing freed memory

UE - Anim - Sequencer - Sep 19, 2024

A licensee has hit an access violation issue due to a movie scene containing a reference to an invalid child object binding. It triggers in the following method: UMovieSceneFolder::PostLoad // Vali ...

In UChaosGameplayEventDispatcher::HandleCollisionEvents(), when bSwapOrder = true, Comp1 should be set to PhysicsProxy0's owning component, not PhysicsProxy1's.

UE - Simulation - Physics - Solver - Sep 18, 2024

Implementing an EventHit node in a Geometry Collection Actor and printing the Names of the returned values, it wrongly returns the reference to this Actor (self) on the Other actor object reference, ...

Error when exporting large model to FBX binary

RC - Editor - Sep 16, 2024

It's happening when exported models have over 150 million triangles. Project: [Link Removed]  Note: Reported in the Elite Slack channel. ...

Niagara Sim Cache result from 3D Gas is blocky in Windows packaged game

UE - Niagara - Sep 13, 2024

Summary: Cached 3DGas Niagara system appears blocky in packaged game. Brought up by a licensee via UDN: https://udn.unrealengine.com/s/question/0D5QP00000a17A40AI/niagara-fluids-simcache-artefacts- ...

CSM shadow casters falsely culled due to incorrect primitive octree test

UE - Graphics Features - Shadows - Sep 13, 2024

While setting up whole scene shadows, CasterOuterFrustum is used to cull shadow casters from PrimitiveOctree. CasterOuterFrustum doesn't extend far back enough, which means that if an octree node fi ...

Runtime Virtual Texture (RVT) baked mips using Streaming Virtual Texture (SVT) only bakes the base colour

UE - Graphics Features - Sep 13, 2024

Using Streaming Virtual Textures for the lower mips of an RVT using Base Color, Roughness, Normal seemingly leads to both roughness and normal being sampled as 0. This causes a significant shading a ...

Assert in MoviewPipelinePIEExecutor when cancelling movie scenes during rendering

UE - Anim - Sequencer - MRQ - Sep 11, 2024

When rendering a single Level Sequence with MRQ, removing the Level Sequence that is actively rendering will create an array out of bounds exception. Also confirmed in //UE5/Main, CL: 36086643 ...

OnlineServices-Lobbies: Crash when host migration message is received and the next host has already left the session

UE - Online - Sep 9, 2024

A crash occurs at FindChecked in the code below.if (PreparedServiceChanges->OwnerAccountId) { InternalPublicData->OwnerAccountId = *PreparedServiceChanges->OwnerAccountId; if (bDispatchNot ...

Unreal Editor 5.4.4 crash when reproducing a LevelSequence in loop while PIE.

UE - Anim - Sequencer - Sep 9, 2024

A crash inside Unreal Engine Editor version 5.4.4 occurs when reproducing a Level Sequence while in PIE. This issue is a regression. It only crashes in version 5.4.4. It was working correctly in ver ...