Editor/Details Panel allows duplicate keys in TMap/TSet UPROPERTY()

UE - Editor - Workflow Systems - Sep 5, 2023

When edited through the Details Panel in the Editor, TMap and TSet properties should not allow duplicate keys. When those keys are USTRUCTs with the “WithIdenticalViaEquality” trait, this should be ...

Inconsistent behavior with Register State Branches

UE - Editor - Workflow Systems - Aug 31, 2023

ISourceControlProvider::RegisterStateBranches(...) doesn't reliably warn on conflicts ISourceControlProvider::RegisterStateBranches(...), specifically FPerforceSourceControlProvider, is supposed to ...

The return value of int64 FMath::RandRange() is biased

UE - Foundation - Core - Aug 25, 2023

Unable to set simulate physics to false through blueprints

UE - Simulation - Physics - Aug 24, 2023

If "Editable when Inherited" is disabled for the static mesh component the issue does not occur. The bug could be related with other UDN cases:https://udn.unrealengine.com/s/case/5004z00001ruXmEAAU ...

Common UI/Enhanced Input UI action binding issue

UE - Editor - UI Systems - UMG - Aug 23, 2023

They've nailed it down to the following logic FUIActionBinding::TryCreate which doesn't check for the InputAction specified.// Make sure there is no existing binding for the same action associated w ...

When change a skeletal's collision from QueryOnly to QueryAndPhysics at runtime, dynamic properties won't be updated

UE - Simulation - Physics - Aug 23, 2023

It seems in the FBodyInstance::InitDynamicProperties_AssumesLocked, we early out when the body instance's collision is QueryOnly, but actually we only recreate its physics state when changing from N ...

Ensure occurs while duplicating world partitioned level by WorldPartitionRenameDuplicateBuilder commandlet

UE - World Creation - Worldbuilding Tools - World Partition - Aug 21, 2023

The level seems to have been successfully copied. ...

Nanite mesh is shown with player collision

UE - Graphics Features - Nanite - Aug 21, 2023

SlateScriptingCommands plugin loads too late to receive MainFrame RegisterCommandList broadcast

UE - Editor - Workflow Systems - Aug 18, 2023

This was reported on UDN. TL;DR: A user has reported that a custom command cannot be added to the "MainFrame" context in the UUICommandsScriptingSubsystem from their plugin. The problem seems to b ...