If Material is not overridden, Material will not be exported correctly.

UE - Editor - Content Pipeline - Datasmith - Exporters - Aug 4, 2021

This is because FFbxExporter::ExportStaticMeshToFbx() does not correctly determine the OverrideMaterials.  Therefore, the following code will not pass.else { Material = StaticMesh->GetMaterial(P ...

When StaticMeshComponent is added to an empty Actor, no HLOD is generated.

UE - World Creation - Worldbuilding Tools - HLOD - Jul 1, 2022

When a Cube of StaticMeshActor is placed, it is generated without any problem. ...

ISM Component in an instanced BP does not take into account changes to NumCustomDataFloats from the BP class

UE - Graphics Features - Sep 16, 2022

PerInstanceSMCustomData is bulk serialized and doesn't get changed on the BP instance when changing NumCustomDataFloats, possibly causing out of bounds array access leading to a crash. Possible sol ...

Dormancy validation log warnings when COND_Never property changes

UE - Networking - Jun 2, 2023

FRepLayout::DiffProperties doesn't check if the property's conditions is COND_Never or if the Parent Cmd's flags have the ERepParentFlags::IsLifetime flag (which FRepLayout::InitFromClass doesn't se ...

Enabling SunPosition engine plugin causes a missing file warning in a packaged build

UE - Editor - Content Pipeline - Apr 18, 2024

Licensee noted that editor-only code from the Sun Position Calculator engine plugin was causing a warning in packaged builds. A similar issue was reported for 4.22 [Link Removed], but this appears t ...

OBJ file imports with wrong scale and orientation.

TM - Interoperability - Jun 14, 2024

I've also attached an FBX of the same mesh for reference. [Link Removed] [Image Removed] ...

FStaticMeshCompiler::FinishCompilation stalls when compiling multiple meshes.

UE - Foundation - Core - Oct 7, 2024

Calling "FStaticMeshCompiler::FinishCompilation" on multiple assets simultaneously can cause a hang. Also tested on //UE5/Release-5.5, CL: 36784631 ...

BSPs do not update when converted to blocking volumes

UE - LD & Modeling - Modeling Tools - BSP - Oct 21, 2015

If a bsp is converted to a blocking volume, the faces of the bsp remain present until a new actor is placed or geometry is compiled. ...