Enabling Override Instance Data to a LevelSequencerActor that has a Shot Track can lead to crashing the engine

UE - Anim - Sequencer - Mar 17, 2025

Enabling Override Instance Data to a LevelSequencerActor that has a Shot Track can lead to an Actor being translated really far, or even a crash in the engine. The licensee has encountered a particu ...

Plugin template WP map missing actors

UE - World Creation - Worldbuilding Tools - World Partition - Mar 17, 2025

Crashes when attempting to use an Instanced Struct inside Control Rig / Rig VM

UE - Anim - Rigging - Control Rig - Mar 17, 2025

Currently, the Control Rig Editor allows the user to use the "Instanced Struct" type, for example for a variable or function input/output. However, this type does not seem to be properly supported ( ...

Some objects are imported with incorrect position in Keep Hierarchy

TM - Interoperability - Mar 17, 2025

I could only replicate with the user's sketchup file. Exporting this file as fbx, and importing the fbx in KH doesn't have the issue.[Image Removed] ...

MRQ - Black output layers in multichannel exr with a multi-camera cuts track

UE - Anim - Sequencer - MRQ - Mar 14, 2025

If you have Render All Cameras enabled in MRQ and are rendering a multilayer exr from a sequence that has multiple cameras edited in the camera cuts track the frames where a camera is not active in ...

Packed level actors and Level instances are sometimes not included in HLOD build on a World Partition Level

UE - World Creation - Worldbuilding Tools - HLOD - Mar 14, 2025

Context World Partition - Hierarchical Level of Detail (HLOD) system uses custom HLOD Layers to organize large amounts of Static Mesh Actors and generate a single proxy mesh and Material. Problem T ...

High Virtual Texture Sample/Lookup Cost when using a Virtual Texture in a Material Layer Blend

UE - Rendering Architecture - Materials - Mar 14, 2025

Some Material Attribute blends in Material Layer Blends can cause Virtual Texture samples to be duplicated in HLSL. This can be avoided by sampling the Virtual Texture in the Parent Material, and pa ...

[Interchange] Ensure when re-importing an asset that was import with a blueprint pipeline

UE - Editor - Content Pipeline - Import and Export - Mar 14, 2025

The issue is in UInterchangeAssetImportData::ProcessPipelinesCache() The following iteration do not find blueprint pipeline, not sure about python pipeline, it need to be test. TMap<FString, UClas ...