Key input by Sequencer is missing in FBX output of parent-child actors

UE - Anim - Sequencer - Nov 15, 2021

This problem did not occur in 4.27.0. Animation is not output when outputting a hierarchical structure. Actor(A)   ┗Actor(B)     ┗Actor(C) This is how the attachments are registered, and the ke ...

Setting a float variable to a value that's beyond the maximum value of a float causes the editor to become unresponsive

UE - Editor - UI Systems - Localization - Nov 12, 2021

When inputting an extreme large value into a float variable that exceed the maximum value of a float, the engine then becomes unresponsive. I tested this with an integer variable and this did not oc ...

Sequencer : Attaching a Possessable to multiple Spawnables across multiple cuts causes incorrect location restoration

UE - Anim - Sequencer - Nov 12, 2021

Regression No, according to affects versions 4.27 and 4.27.1 The restore process proceeds in the following order : 1. Remove spawnable actor in first cut (no effect because the actor is already r ...

Reimporting an FBX causes invalid collision on Spline Mesh Components (Chaos)

UE - Editor - Content Pipeline - Import and Export - Nov 11, 2021

Reported in UDN: [Link Removed] Reimporting a static mesh asset from an FBX file causes collision to disappear on spline meshes referencing the static mesh asset. In investigating this in 4.27, I ...

No sound plays when using Oculus Spatialization Plugin

UE - Audio - Spatialization - Nov 10, 2021

The Oculus spatialization option is not producing sounds. In Test Rail I can see that the test related to this passed April 2021 in UE4. In UE5 it passed on Early Access in February 2021. ...

No sound plays when using Built-In Spatialization or Simple ITD plugins

UE - Audio - Spatialization - Nov 10, 2021

No audio can be heard when using the Built-In Spatialization plugin. This is a regression from 4.26. Occurs in 4.27 and 5.0. ...

Replay playback does not start at 0

UE - Networking - Nov 9, 2021

Replays start playing before the player finishes loading into the level. From the player's point of view the replay starts playing 3 seconds into the replay instead of playing at 0 seconds. The pl ...

Crash when adding Rectangle Lights to a game with multiple players while Raytracing is enabled

UE - Graphics Features - Nov 9, 2021

A user reported this issue to us through Salesforce. They initially said it crashed with both Spot Lights and Rectangle Lights, but I was only able to repro with Rectangle lights. Additionally, I di ...

Ensure condition failed : Unprocessed LatentActions accumulate by SetPlaybackPostion using Play method

UE - Anim - Sequencer - Nov 9, 2021

If some sequencer events are added to LatentAction queue while calling SetPlaybackPostion using Play method, the events will not be digested. So the LatentActions cause that ensure condition failed ...