Soft actor references can no longer be set in DataTables

UE - Gameplay - Blueprint Editor - Feb 9, 2021

As part of [Link Removed], it was changed so soft actor references cannot be set in the editor for structure defaults. This is desired because the serialization behavior for defaults is complicated ...

Using Select Objects in Sequencer Scripting only selects one object

UE - Anim - Sequencer - Feb 8, 2021

Select Objects calls FSequencer::SelectObject which empties the selection before selecting an object, so Select Objects can only select one object at a time, despite taking an array of object bindin ...

ForceFeedback Component - OnForceFeedbackFinished delegate isn't broadcast

UE - Gameplay - Input - Feb 5, 2021

The OnForceFeedbackFinished delegate isn't broadcast anywhere, so binding to it doesn't do anything. ...

Expanded vector parameters in Material Layer instance properties stay greyed out when override enabled

UE - Rendering Architecture - Materials - Feb 5, 2021

This only seems to happen when the vector parameter is expanded, not when it's collapsed. Collapsing and re-expanding the parameter seems to clear the issue as well. The material seems to use the o ...

Deleting a material layer from a stack, re-linking the layers, then deleting that layer again crashes the editor

UE - Graphics Features - Feb 5, 2021

The important step here is to unlink the middle layer after first relinking everything. ...

Deleting a material layer from the stack reverts other layers' overridden parameters to default

UE - Graphics Features - Feb 5, 2021

It appears as though parameters for downstream material layers are reverted to their default values and override states when an upstream material layer is deleted. ...

Rich Text is offset when set as the child of a Retainer Box in a Widget Blueprint

UE - Editor - UI Systems - Feb 4, 2021

It seems that when playing a Rich Text Block into a Retainer Box, it causes the text inside the yellow row style to have additional spaces added to it. The user who reported this issue also had issu ...

Set view range scripting functions will not update timeline UI

UE - Anim - Sequencer - Feb 4, 2021

Using the scripting functions to set the view range of a sequence will not update unless the sequence is re-opened. Usual updates for scripting issues like locking and unlocking the sequence don't w ...