String property multiline editing not enabled for local variables in the Blueprint Editor

UE - Gameplay - Blueprint Editor - Jul 21, 2023

The multi line flag is available for class level string properties but not for local properties.  ...

URigVMBlueprint::CompileLog can spam the editor log when verbosity is set to Log

UE - Anim - Rigging - Control Rig - Jul 21, 2023

It seems that URigVMBlueprint::CompileLog is spamming the log whenever a call to BP_SCOPED_COMPILER_EVENT_STAT, including for blueprints that are unrelated to control rig.  The log messages are only ...

Crash when converting non-WP maps containing landscape with OnlyMergeSubLevels enabled

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

When trying to convert a non-WP map with OnlyMergeSubLevels enabled crash after a while ...

Frame specific functionality unusable in Composite/Montage editors post 5.2 changes

UE - Anim - Runtime - Jul 20, 2023

Part of the changes for 5.2 required UAnimCompositeBase::GetSamplingFrameRate to be changed to return a very high framerate.  This has the unintended consequence of effectively making the functional ...

Ensure after reparenting Blueprint and moving a property to the new parent

UE - Gameplay - Blueprint Editor - Jul 20, 2023

Moving a property from a recently reparented BP to its new parent will assert in  FBlueprintCompileReinstancer::MoveDependentSkelToReinst at  ensure(PrevStructSize == NewStructSize) This only see ...

Full Body IK does not work properly when root bone has large scale

UE - Anim - Rigging - Control Rig - Jul 20, 2023

FBIK becomes extremely unstable when the root bone scale has a value other than 1. ...

Adding a water island when substrate is true will flatten the landscape

UE - Graphics Features - Substrate - Jul 20, 2023

When a landscape weightmap or heightmap update is required, ALandscape::ResolveLayersTexture is called via the ALandscape::UpdateLayersContent() The problem appears to be that all pixels in the Out ...

USD Stage Import - Spawned actors by USD importer are not saved in level

UE - Editor - Content Pipeline - USD - Jul 20, 2023

we ran into an issue with USD Importer plugin for Unreal 5.2. When you import a USDStage with the "actors" import option - which respawns the newly imported actors into the current level.  However, ...

Editor crashes when closing one viewport while two viewports are open in persona

UE - Anim - Runtime - Jul 20, 2023

Crash when opening anim sequence and closing one viewport with two viewports open. No crash when one viewport is closed from one viewport open. ...