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

Render Target shows checkerboard when attached to SceneCapture2D

UE - Graphics Features - May 12, 2022

When attaching a Render Target to SceneCapture2D the user is shown a checkerboard instead of the capture. The sample image shows the capture but not when it's opened.  This also occurs in UE 4.27 ...

Generate all Bodies on Selected Bones Does Not Generate Single Convex Hulls Uniformly

UE - Simulation - Physics - May 12, 2022

Occurs 5/5 Times Regression does not occur in //UE4/Release-4.27.2 @ CL 18319896 When 'Generating All Bodies' on a bone the single convex hull does not generate uniformly.  ...

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

Actors on an axis and in multiple cells are not culling

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

Actors on an axis and in multiple cells are not culling as expected. ...

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

Scene Capture Cube causing distortion with Water plugin enabled

UE - Graphics Features - May 11, 2022

The viewport of a SceneCaptureCube with CubeRenderTarget attached while having a large body of water on the screen causes some video distortion.  While this does not occur in UE 4.27, the view is s ...

GetMouseX returns stuttering value if ShowMouseCursor is enabled

UE - Gameplay - Input - May 11, 2022

Showing the mouse cursor and holding down the left mouse button while dragging will cause the MouseX event to broadcast incorrect axis values.  ...