VectorParameter UI display in the Layer Parameters Panel of MIC editor issue

UE - Rendering Architecture - Materials - Aug 22, 2023

Channel Mask Parameter UI display discrepancy

UE - Rendering Architecture - Materials - Aug 22, 2023

Raw Input plugin fails to process some negative values

UE - Gameplay - Input - Aug 22, 2023

Came from a UDN: [Link Removed] Proposed fix is to change `FRawInputWindows::ParseInputData` to use this logic instead: ``` ... USHORT BitSize = ValueCapsBuffer[iValue].BitSize; LONG SizeMask ...

.natvis for external modules is not supported

UE - Foundation - Cpp Tools - UnrealBuildTool - Aug 22, 2023

Currently UBT supports linking in .natvis files when modules are compiled, this should be extended to pull in .natvis files from External modules that are linked into a module. Instead of scanning ...

No deprecation message with component bound event nodes

UE - Gameplay - Blueprint Editor - Aug 21, 2023

It appears that only custom event nodes support a deprecation message. In fact, we need all nodes that use delegates in some fashion to support a custom deprecation message. Both UK2Node_ActorBoundE ...

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. ...

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 ...

Actors with Child Actor Components get out of sync when undoing component transform in child Blueprint

UE - Gameplay - Blueprint Editor - Aug 17, 2023

Undoing a child actor's component transform in its Blueprint editor isn't reflected in child actor instances in the level editor. Subsequent transforms are also not propagated after the undo breaks ...

Lumen causing exposure issues when several viewports are opened

UE - Graphics Features - Lumen - Aug 16, 2023