Physical Material Mask bug found in GetPhysMatIndex, potentially causing issues with lookup.

UE - Simulation - Physics - Dec 2, 2024

On line 408 of UPhysicalMaterialMask::GetPhysMatIndex() in PhysicalMaterialMask.cpp, the AdjustCoord() function is given AddressX for both the U and V coordinates. The AddressY input is never used i ...

Nanite Mesh Reduction Issue

UE - Graphics Features - Nanite - Nov 28, 2024

This issue was reported through a UDN. Licensee mentioned that they are seeing a hole in their Nanite mesh at as they move away from it. Using the Nanite debug view we observe at a certain distance ...

The visibility state of on-screen stat messages is not restored correctly after entering and leaving PIE. This also affects other important on-screen messages like map warnings and debug messages.

UE - Editor - UI Systems - Nov 28, 2024

Currently, the ShowStats viewport option is automatically enabled when entering PIE and automatically disabled when exiting PIE. This forced disabling happens even if the option was enabled prior to ...

CharacterMovementComponent: NavWalking with high value for NavWalkingFloorDistTolerance can causes character meshes to be teleported up/down when crouching/uncrouching

UE - AI - Navigation - Nov 27, 2024

Context CharacterMovementComponent can be set in the NavWalking mode so that on the server the characters move using the navigation mesh as floor. This helps performance when the nav mesh is more c ...

LevelSequence Editor consumes input, even if the user last focused the Level Viewport

UE - Anim - Sequencer - Nov 27, 2024

LevelSequenceEditor has input priority over the Level viewport and other editor modules even though the Level viewport has been the last one selected. An example would be a cut operation. If you ha ...

Updating Material does not update platform stats in derived Instance

UE - Rendering Architecture - Materials - Nov 26, 2024

It would seem that updating a material does not update the associated platform stats in a material instance editor, only the parameters. Can workaround by manually invoking shader compile in the ma ...

Crash on packaged dedicated server when a uproperty is marked as both replicated and editor-only

UE - Foundation - Cpp Tools - UnrealHeaderTool - Nov 26, 2024

In some situations, it can be useful to have a replicated editor-only C++ property (For example, the user that reported this issue was attempting to replicate settings to the client for game designe ...

Diffing blueprints in Perforce changelist reviewer incorrectly displays blueprints that reference assets not in local filesystem

UE - Gameplay - Blueprint - Nov 22, 2024

When diffing a blueprint in the Perforce changelist reviewer in-editor (Review Changelists), if the blueprint references an asset that does not exist locally but rather exists as a newly added asset ...

RegisterAssetTypeCategory failed as all user bits have been exhausted

UE - Editor - Content Pipeline - Nov 22, 2024

Hi, with adding additional plugins, etc. to our project, we have encountered an issue with registering too many asset categories, such as: LogAssetTools: Warning: RegisterAssetTypeCategory("Water", ...

Bug: Relative File Paths for Asset Source Files are Incorrectly Generated for Engine and Engine Plugin Assets

UE - Editor - Content Pipeline - Nov 21, 2024

When importing an asset like a Texture asset using the steps mentioned in the Repro steps, the imported asset does not have the correct relative path listed under the newly-created asset's "Source F ...