External objects added through customization have incorrect behaviour with EditConditionHides

UE - Editor - Workflow Systems - Nov 7, 2024

Copy-paste the TestCode.h and TestCode.cpp into a module Activate the customization in the StartupModule() function ``` FPropertyEditorModule& PropertyModule = FModuleManager::LoadModuleChecked<FPro ...

[Interchange] Bone name space are replace with underscore, legacy fbx rename with dash

UE - Editor - Content Pipeline - Import and Export - Nov 6, 2024

This bug is critical since it can broke bone name reference between [animations, physics asset, curves, ...] and skeletal mesh bone name ...

Interchange: Forcing "Bind Pose Time Zero" to true doesn't always give good result

UE - Editor - Content Pipeline - Import and Export - Nov 6, 2024

When using the legacy fbx importer with time zero option to true the skinning is good. So its a regression. Would be awesome if it can be fix in 5.5.1 ...

Safezones on Android not set properly when orientation changes

UE - Platform - Mobile - Nov 5, 2024

Looks like the resize that does the safe zone update is done before the orientation is updated.  I suggested swapping the order to licensee in the UDN ticket and it worked for him.  This should be t ...

ISM + WPO = broken motion vectors?

UE - Graphics Features - Nov 5, 2024

Instanced Static Meshes will have incorrect velocity if a Material uses World Position Offset. Fixed WPO in a material causes significant velocity on the ISM. This was also replicated in //UE5/Rele ...

Breaking a level instance can not remove the level instance from world

UE - World Creation - Worldbuilding Tools - Level Instances - Nov 5, 2024

Currently there is no stable way to break level instances ...

Optimization: CharacterMovementComponent doesn't need overlap check for combining moves for stationary characters

UE - Gameplay - Player Movement - Nov 4, 2024

The overlap checks are used to see if we can warp back to the previous position to combine network moves to longer moves, but making sure we wouldn't put the character in penetration when rolling ba ...

If pasting a section causes an overlap, don't allow it if the track doesn't allow overlapping sections

UE - Anim - Sequencer - Nov 4, 2024

Binding lifetime sections aren't meant to overlap, but duplicating one, or pasting one can cause them to overlap, triggering an ensure. Duplication and copying and pasting are typical actions, so th ...

Light Function and World Position in 5.4

UE - Graphics Features - Nov 4, 2024

When rendering a Light Function into the Translucency Lighting Volume, the World Position Material Expression returns the position relative to the Camera (unrotated), not the World. This can be mor ...

Hair Material's Tangents input has no effect in PathTracing

UE - Graphics Features - Path Tracer - Nov 1, 2024

Expectation: Tangent should work on Hair Material ...