Ensure when using ellipsis overflow method with very small Slate text boxes

UE - Editor - UI Systems - Slate - Aug 12, 2024

The Ellipsis overflow method on text widgets can cause an ensure to trip as a result of a render batch being sent with no indices. We could guard against this in SlateRHIRenderingPolicy by checking ...

Sequencer- 'Dynamic Binding' SoftObjectPtr parameters fail to resolve after reloading editor

UE - Anim - Sequencer - Aug 12, 2024

When reloading the editor and a level where a sequence has a dynamic binding with a soft object ptr parameter to an actor in the same level, the director blueprint will recompile on load of the leve ...

Ortho near plane clips geometry in Editor Top view

UE - Graphics Features - Aug 9, 2024

When the viewport is in Top (ortho) Lit mode the near plane clips through geometry as you zoom the view in and out. ...

Volumetric cloud shadow bug with two directional lights

UE - Rendering Architecture - Aug 9, 2024

Crash in FPBDJointUtilities::ConditionInverseMassAndInertia

UE - Simulation - Physics - Solver - Aug 8, 2024

We seem to be setting the InverseInertia to zero, even though the InverseMass is non-zero. FPBDJointUtilities::ConditionInverseMassAndInertia assumes that the inverse inertia is only zero if the in ...

Assertion failed on reimporting FBX scene

UE - Editor - Content Pipeline - Import and Export - Aug 7, 2024

Following code works as a work around : void SFbxSceneStaticMeshReimportListView::OnChangedOverrideOptions(TSharedPtr<FString> ItemSelected, ESelectInfo::Type SelectInfo) { #if 0 check(ItemSele ...

Lightmap UV generated on Windows and Mac is not deterministic

UE - LD & Modeling - Modeling Tools - Aug 7, 2024

USplineMeshComponent::CalcBounds may return invalid value

USplineMeshComponent::CalcBounds function should be returning an FBoxSphereBounds type, but in the implementation it instead outputs an FBox. This may result in the returning of invalid results, esp ...