Component Picker search does not behave as expected

UE - Editor - Workflow Systems - Oct 26, 2023

Search results in component pickers do not show up unless they match both the name of the actor and the component, this is because FActorHierarchy::CreateWorldChildren ends up calling Mode->CreateIt ...

Static Mesh cooking: Bad mesh description should not crash the cooker

UE - LD & Modeling - Modeling Tools - Mesh Editing - Aug 21, 2023

FStaticMeshRenderData::Cache has the assertion: checkf(Owner->IsMeshDescriptionValid(0), TEXT("Bad MeshDescription on %s"), *GetPathNameSafe(Owner)); This assertion can be triggered by data erro ...