Resizing panels causes ghosting/shifting of contents during drag

UE - Rendering Architecture - RHI - May 13, 2022

Resizing the editor window or any floating panel causes the panel contents to jitter during drag.   See attached images.  The jittering one is from Main and the normal behavior was captured in UEFN. ...

Landscape BP Brushes in WP map causes changelist validation to fail

UE - LD & Modeling - Terrain - Landscape - May 13, 2022

Using a Landscape BP brush in a WP map causes SCC validation to fail: [2022.05.13-09.04.47:880][473]SourceControl: Error: Changelist validation failed! [2022.05.13-09.04.47:881][473]SourceControl: ...

[MetaSounds][Sequencer] - Inputs don't update or clear unless the Audio Track is deleted and readded

UE - Audio - MetaSounds - May 13, 2022

Inputs in Sequencer don't update when a MetaSound is changed or if the Sound on an audio track is changed to a different asset. The Inputs cannot be added or removed manually. This leads to the user ...

Unreal Insights does not recognize Android if connecting with USB cable

UE - Foundation - Insights - May 13, 2022

Unreal Insights doesn't recognize USB-connected Android in UE5, even with the same flow as UE4.27. By the way, I checked UECommandLine.txt, but I didn't find any issue. It may be related to the nee ...

Invalid Operand "WorldPartition" when calling FAutomationEditorCommonUtils::CreateNewMap();

UE - World Creation - Worldbuilding Tools - World Partition - May 13, 2022

LogAutomationController: Error: LogEditCondition: WorldSettings - EditCondition attempted to use an invalid operand "WorldPartition". ...

Migrate away from deprecated JCenter

UE - Platform - Mobile - May 12, 2022

Since JCenter is already obsolete, we will get an error when we try to use JCenter( e.g.  project using Facebook SDK for Android). This issue can be solved by adding mavenCentral() to the repositor ...

IVideoRecordingSystem::EnableRecording call on Windows shifts viewport drawing position

Media Framework - May 12, 2022

The viewport is shifted by the IVideoRecordingSystem::SetRecording call. This problem occurs in play standalone mode and packaged build running as window mode. (not occur in fullscreen mode) The vie ...

External event dispatcher bindings are duplicated along with instances in the level editor.

UE - Gameplay - Blueprint Editor - May 12, 2022

Event dispatchers (i.e. delegate property values) are currently copied to the new instance when users copy/paste/dupe actors. However, this means that if you have an instance whose dispatcher is dy ...

Editor queries source control for files outside the project or engine

UE - Platform - XR - May 12, 2022

When using SVN as SSP, the following warning will be output to the log LogContentStreaming: Texture pool size now 1000 MB LogSourceControl: Attempting "svn status --show-updates --verbose --xml "/ ...

Changing a variable type inside of a Structure does not always reset it's value to the default value causing "Cannot parse value" error

UE - Gameplay - Blueprint Compiler - May 11, 2022

Changing a variable type inside of a Structure does not always reset it's default value causing "Cannot parse value" error. Upon changing the default value or adding another, different variable type ...