Quixel Bridge opens as a blank window when opening through the UE Main toolbar on Intel Mac

UE - Platform - Apple - Sep 14, 2023

Regression unconfirmed because this is a new feature. This is not a regression for UE. Tested in //UE5/Release-5.3 CL28051148. Update: When attempting to reproduce on Apple Silicon, Bridge opens ...

Custom Water Body does not work with its own Distance Culing

UE - LD & Modeling - Terrain - Water - Sep 14, 2023

WaterBodyCustom seems not to work with Distance Culling settings on its own actor, either Draw Distance/Never Distance Cull or Allow Cull Distance Volume.  It only can be controlled by the CullingD ...

User Defined Enums don't support the UseEnumValuesAsMaskValuesInEditor meta specifier

UE - Gameplay - Blueprint - Sep 13, 2023

The Make Bitmask node uses the flag index rather than the flag mask value unless the enum has the UseEnumValuesAsMaskValuesInEditor meta specifier. UserDefinedEnums in the editor don't support this ...

IES Texture Icon changes to a gradient bloom once assigned

UE - Editor - Workflow Systems - Sep 13, 2023

This is not a regression. Tested in //UE5/Release-5.2 CL26001984 After assigning an IES Profile to a light the icon for that profile updates to a gradient bloom preventing the profile from being pr ...

Deadlock in UPhysicalAnimationComponent::UpdatePhysicsEngineImp

UE - Simulation - Physics - Sep 13, 2023

Deadlock in Chaos during PIE; the main thread is in USkeletalMeshComponent::HandleExistingParallelEvaluationTask waiting for a task to complete, and a worker thread is running that task and is in US ...

Camera set to Projection Mode Orthographic doesn't appear to be rendering Sky Atmosphere

UE - Rendering Architecture - Sep 13, 2023

This is a regression. Tested in //UE5/Release-5.2 CL26001984 It appears Sky Atmosphere isn't rendered by a camera with projection mode set to Orthographic. ...

Free physics constraints between two objects of differing size causes smaller object to jitter

UE - Simulation - Physics - Sep 13, 2023

A cube constrained to a physics actor will start to jitter uncontrollably when interacted with. (see attached media and repro steps for more details) Tested in the following //UE5-Release-5.3-CL ...

Landscape components not returning physical material with LineTrace in Editor mode

UE - Simulation - Physics - Query - Sep 13, 2023

The OutHit from a LineTraceByChannel against a landscape in Editor is not returning the Physical Material of that landscape. While PIE there is no issue. While using BoxTrace (even in Editor) there ...

When using a hierarchy of "FilterBar.json" Editor Config files, filters added in the Editor are saved in the Engine-level file, but filters removed in the Editor are not saved anywhere

UE - Editor - Workflow Systems - Sep 13, 2023

The Editor Config system appears to support a hierarchy of JSON files (similarly to INI files) in three locations:Engine: "../../../Engine/Config/Editor"Project: "<PROJECT>/Config/Editor"User: "<APP ...

Multi-User - Conflict between two users dragging a selection

UE - Virtual Production - Tools - Multi-user - Sep 12, 2023

During a Multi-User Editing session with two or more team members two or more users can take control of the same actor and move it to different locations in the viewport at the same time. However, ...