Reimport of a MaterialX file as material instance fails

UE - Editor - Content Pipeline - Import and Export - Apr 5, 2024

In Main, the reimport does not generate an error but the material instance is not updated. ...

IME does not work in EditableTextBox in WidgetComponent

UE - Editor - UI Systems - Apr 5, 2024

WidgetComponent controls widgets through VirtualWindow, but VirtualWindow does not have HWND, so IME cannot be enabled. The following workaround enables IME activation. void FSlateEditableTextLay ...

Crash when opening or editing a DataTable with a Row Structure that contains a BodyInstance

UE - Simulation - Physics - Editor - Apr 5, 2024

If a DataTable Asset is created with a Row Structure that contains a member variable of type BodyInstance, the Editor will crash when attempting to open it while it has no rows. It will also crash w ...

Editor Crash when changing Default Properties of a TArray of UStucts containing an InlineEditConditionToggle property in Blueprint Parent Class

UE - Editor - Workflow Systems - Apr 5, 2024

This bug causes an editor crash. This crash occurs when changing the default values of a UStructs properties that are used as EditConditions, when they are set to InlineEditConditionToggle within a ...

Eye Shading Model renders Emissive unexpectedly when using a FloatRGBA scene format

UE - Graphics Features - Apr 5, 2024

This appears to be caused by the colour format. It only occurs when the scene format has an alpha channel. FloatRGB (format 3) doesn’t exhibit these issues. Unfortunately, format 4 is the default fo ...

tvOS is missing prebuilt ssl libraries

UE - Platform - Apple - Apr 4, 2024

tvOS should include the libssl.a libs as part of the install build. ...

Incorrect relative position on replicated child actor

UE - Networking - Apr 4, 2024

The issue seems to occur when a replicated child actor is received on the client before its parent. The child actor will first be spawned at its correct global position, with its root component's p ...

Improved handling of material functions for Virtual Texture usage validation in materials

UE - Rendering Architecture - Materials - Apr 4, 2024

To enable proper validation between virtual texturing and opacity masked materials, a user has to check a project-level setting in order to get the material to compile, otherwise, they will encounte ...

GAS PlayMontageAndWait: Server applies root motion with wrong scale at last montage tick

UE - Gameplay - Gameplay Ability System - Apr 3, 2024

User reported: when playing an AnimMontage via GameplayAbility with the PlayMontageAndWait ability task that has a custom value for AnimRootMotionTranslationScale, (dedicated) servers can apply an i ...

Character sliding down a surface can prematurely land before reaching a walkable floor

UE - Gameplay - Player Movement - Apr 3, 2024

Under some circumstances, a character falling and sliding along a sloped surface may get hung up near the bottom of the surface before actually landing on the floor.  This seems to occur when slidin ...