Pasting a component binding onto a Spawnable will not set up parenting correctly

UE - Anim - Sequencer - Aug 6, 2021

It appears that for spawnable bindings, when adding a child binding through a copy/paste it is not added to the child bindings array on the spawnable, so when GetChildPossessables is called, there a ...

Xcode project files use iOS Legacy Build System which is not supported in Xcode 13

UE - Platform - Apple - Aug 3, 2021

The WorkspaceSettings.xcsettings file is generated with the following entry <key>BuildSystemType</key> <string>Original</string> This causes the warning in [Link Removed] which has was closed ...

Level Instance: failed check in duplication code when embedding

UE - World Creation - Worldbuilding Tools - Level Instances - Aug 2, 2021

Mentioned in this UDN is the possibility that duplication of some actor fails because their BP as been deleted.  ...

TriggerMontageEndedEvent will clear queued notifies for all instances of a montage

UE - Anim - Runtime - Jul 29, 2021

When a montage finishes and TriggerMontageEndedEvent is called, all queued notifies for that montage are cleared. However, this assumes that there is only one instance of the montage active at any ...

InstanceDecorators of URichTextBlock is increased everytime add it to viewport

UE - Editor - UI Systems - Jul 29, 2021

URichTextBlock::UpdateStyleData() does not check whether DecoratorClasses already had any specificed DecoratorClass. So every time you turn UMG on and off from the Viewport, Decorator Classes will i ...

Background blur missing with HDR CompositeMode 1

UE - Graphics Features - Jul 29, 2021

UPD: According to Affects Version field, issue reproduces in 4.26, Regression for 4.27 - No. ...

Movie Render Queue does not render letterboxes to exports with sensor aspect ratios between 16:9 and 1:1

UE - Anim - Sequencer - Jul 28, 2021

There is a discrepancy between how Movie Scene Capture (Legacy) and Movie Render Queue handle letterboxing for sensor aspect ratio's that do not match the export resolution, which seems to be a bug ...

Single Frame Blendspace doesn't sample root motion

UE - Anim - Runtime - Jul 26, 2021

Single Frame Blendspace nodes don't correctly sample/generate root motion. The reason for this is because of how we calculate the delta to bump the sampling within the blendspace each frame. In a ...