Conditional Gameplay Effect triggers a breakpoint in a networked client

UE - Gameplay - Gameplay Ability System - May 23, 2023

It seems to be related to the removal tag requirements of the GE_Test1_2 gameplay effect, which does work but still gives the pending removes error. ...

Static, non-replicated actors have different role to dynamically spawned actors

UE - Networking - May 23, 2023

For a non-replicated actor, the expected values for its local and remote roles would be ROLE_Authority and ROLE_None respectively. However, in ULevel::InitializeNetworkActors, ExchangeNetRoles(true) ...

Content Browser 1 Inconsistent Behavior with Tabs

UE - Editor - Workflow Systems - May 22, 2023

"Content Browser 1" auto-hides if opened with the Level Editor, and has inconsistent docking behavior under the conditions caused by the repro steps above. The root of the problem seems to be that ...

Mesh Vertex Painting Broken for Splines

UE - Rendering Architecture - May 22, 2023

The mesh painting mode appears to no longer work on splines, as the vertexes seem to have all vertex colors at 1, 1, 1, 1 by default, and can't be removed or painted anything else. ...

Starter Content and ArchVis Default Included in Blank Project

UE - Content - Template - May 22, 2023

When creating a project using Automotive, Product Design & Manufacturing - Blank template. no content options are available, but 'Starter Content' and 'Archvis Default' are added automatically. ...

Engine freezes when Level Sequence format is in seconds

UE - Anim - Sequencer - May 22, 2023

When using the jumpbox with a sequence that is in seconds (not fps) the engine will freeze. This issue is occurring in Binary //UE5/Release-5.2 @ CL 25360045 This issue is occurring in Binary //UE ...

DX12/SM6 Sampler Counts increased for empty materials between 5.1 and 5.2

UE - Rendering Architecture - Materials - May 19, 2023

While not a major issue in and of itself, this can cause considerable headaches for materials where sampler counts in 5.1 were at 15/16 or 16/16 and when upgrading to 5.2 are now exceeding the built ...

Merge Actors Tool Simplifies Nanite Meshes

UE - World Creation - Worldbuilding Tools - Merge Actor - May 19, 2023

Tried every combination of LOD Selection Type, Nanite enanbled/disabled, the only way it would seem to get the full number of triangles from the source mesh into the merged mesh is to disable Nanite ...

ImportAssetsAutomated with CSV Factory Does Not Work with FText

UE - Editor - Content Pipeline - May 18, 2023

When importing a CSV into a data table using AssetToolsModule with a file containing an FText, the resulting FText value is invalid. As a note, there are no issues when importing an FGuid, a FString ...